Rev 2786: Change the packs format to be unannotated. in http://people.ubuntu.com/~robertc/baz2.0/repository
Robert Collins
robertc at robertcollins.net
Tue Oct 2 08:05:09 BST 2007
At http://people.ubuntu.com/~robertc/baz2.0/repository
------------------------------------------------------------
revno: 2786
revision-id: robertc at robertcollins.net-20071002070507-wjjfev3by9eufdga
parent: robertc at robertcollins.net-20070925220517-giar8zbt8r6fyjmi
committer: Robert Collins <robertc at robertcollins.net>
branch nick: repository
timestamp: Tue 2007-10-02 17:05:07 +1000
message:
Change the packs format to be unannotated.
modified:
bzrlib/repofmt/pack_repo.py pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py 2007-09-25 22:05:17 +0000
+++ b/bzrlib/repofmt/pack_repo.py 2007-10-02 07:05:07 +0000
@@ -1153,7 +1153,8 @@
self.transport.clone('..'),
None,
index=knit_index,
- access_method=self.repo._text_knit_access)
+ access_method=self.repo._text_knit_access,
+ factory=knit.KnitPlainFactory())
get_weave = get_weave_or_empty
More information about the bazaar-commits
mailing list