Rev 3803: Quick typo fix. in http://bzr.arbash-meinel.com/branches/bzr/brisbane/merge_dev
John Arbash Meinel
john at arbash-meinel.com
Sun Dec 7 17:49:56 GMT 2008
At http://bzr.arbash-meinel.com/branches/bzr/brisbane/merge_dev
------------------------------------------------------------
revno: 3803
revision-id: john at arbash-meinel.com-20081207174943-gte3dtx95gxm0sw4
parent: john at arbash-meinel.com-20081207174502-5w2ctn3apvf2ypwj
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: merge_dev
timestamp: Sun 2008-12-07 11:49:43 -0600
message:
Quick typo fix.
-------------- next part --------------
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py 2008-12-07 17:45:02 +0000
+++ b/bzrlib/repofmt/pack_repo.py 2008-12-07 17:49:43 +0000
@@ -236,11 +236,11 @@
"""
# The relative locations of the packs are constrained, but all are
# passed in because the caller has them, so as to avoid object churn.
+ index_builder_class = pack_collection._index_builder_class
if pack_collection.chk_index is not None:
chk_index = index_builder_class(reference_lists=0)
else:
chk_index = None
- index_builder_class = pack_collection._index_builder_class
Pack.__init__(self,
# Revisions: parents list, no text compression.
index_builder_class(reference_lists=1),
More information about the bazaar-commits
mailing list