At http://bzr.arbash-meinel.com/branches/bzr/brisbane/merge_dev
------------------------------------------------------------
revno: 3805
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: John Arbash Meinel <[EMAIL PROTECTED]>
branch nick: merge_dev
timestamp: Sun 2008-12-07 12:03:33 -0600
message:
Another code switch-around.
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py 2008-12-07 17:54:44 +0000
+++ b/bzrlib/repofmt/pack_repo.py 2008-12-07 18:03:33 +0000
@@ -860,9 +860,9 @@
def _copy_chks(self, refs=None):
# XXX: Todo, recursive follow-pointers facility when fetching some
# revisions only.
- chk_index_map =
self._pack_collection._packs_list_to_pack_map_and_index_list(
- self.packs, 'chk_index')[0]
- chk_nodes = self._pack_collection._index_contents(chk_index_map, refs)
+ chk_index_map, chk_indices = self._pack_map_and_index_list(
+ 'text_index')
+ chk_nodes = self._index_contents(chk_indices, refs)
new_refs = set()
def accumlate_refs(lines):
# XXX: move to a generic location
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits