[merge][1.0][#164637] KnitVersionedFile.get_data_stream takes compression dependencies into account

Robert Collins robertc at robertcollins.net
Mon Nov 26 20:56:19 GMT 2007


On Mon, 2007-11-26 at 19:29 +1100, Martin Pool wrote:
> I'm happy to say when this is merged with Robert's fixes, all tests
> pass with the default repository format set to packs:
> 
>   http://sourcefrog.net/bzr/packs-as-default/

Actually, you've not quite changed the default. You've changed the
repository layer's default, but thats ignored for the most part.

The below actually changes the default. (the repository.py patch is not
needed). I suspect there will still be 4 failing tests, I'm checking
now.

-Rob

--- bzrlib/bzrdir.py    2007-11-26 02:10:07 +0000
+++ bzrlib/bzrdir.py    2007-11-26 20:43:59 +0000
@@ -2527,4 +2527,4 @@
     hidden=True,
     experimental=True,
     )
-format_registry.set_default('dirstate-tags')
+format_registry.set_default('knitpack-experimental')

-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20071127/6479fc78/attachment.pgp 


More information about the bazaar mailing list