Rev 3803: Don't execute pack ops twice. in http://bzr.arbash-meinel.com/branches/bzr/brisbane/debug_hacks
John Arbash Meinel
john at arbash-meinel.com
Sun Dec 7 18:42:45 GMT 2008
At http://bzr.arbash-meinel.com/branches/bzr/brisbane/debug_hacks
------------------------------------------------------------
revno: 3803
revision-id: john at arbash-meinel.com-20081207184233-fu65des8q4jhr8ig
parent: john at arbash-meinel.com-20081207174338-vx3sm4yzedmk338j
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: debug_hacks
timestamp: Sun 2008-12-07 12:42:33 -0600
message:
Don't execute pack ops twice.
-------------- next part --------------
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py 2008-12-07 17:43:38 +0000
+++ b/bzrlib/repofmt/pack_repo.py 2008-12-07 18:42:33 +0000
@@ -1389,7 +1389,6 @@
'containing %d revisions. Packing %d files into %d affecting %d'
' revisions', self, total_packs, total_revisions, num_old_packs,
num_new_packs, num_revs_affected)
- self._execute_pack_operations(pack_operations)
old_size, new_size = self._execute_pack_operations(pack_operations)
if old_size is None:
old_size = -1
More information about the bazaar-commits
mailing list