[MERGE] Implement rich-root-pack format (#164639)

Jelmer Vernooij jelmer at vernstok.nl
Sun Nov 25 20:20:30 GMT 2007


On Sun, Nov 25, 2007 at 12:56:21PM -0500, Aaron Bentley wrote:
> === modified file 'bzrlib/repofmt/pack_repo.py'
> --- bzrlib/repofmt/pack_repo.py	2007-11-22 00:30:29 +0000
> +++ bzrlib/repofmt/pack_repo.py	2007-11-25 17:54:55 +0000
> @@ -48,6 +48,7 @@
>      osutils,
>      transactions,
>      xml5,
> +    xml6,
>      xml7,
>      )

> @@ -1870,3 +1871,43 @@
>      def get_format_description(self):
>          """See RepositoryFormat.get_format_description()."""
>          return "Packs containing knits with subtree support\n"
> +
> +
> +class RepositoryFormatKnitPack4(RepositoryFormatPack):
> +    """A rich-root, no subtrees parameterised Pack repository.
> +
> +    This repository format uses the xml7 serializer to get:
> +     - support for recording full info about the tree root
> +     - support for recording tree-references
> +
> +    This format was introduced in 0.92.
                                     ^^^ Shouldn't that be 0.93 / 1.0 ?

bb:approve

Cheers,

Jelmer

-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20071125/2294f648/attachment.pgp 


More information about the bazaar mailing list