At http://bzr.arbash-meinel.com/plugins/groupcompress_rabin

------------------------------------------------------------
revno: 70
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: groupcompress_rabin
timestamp: Mon 2009-03-02 12:02:12 -0600
message:
  Add a mutter() while repacking, so that we log progress as we go along.
=== modified file 'repofmt.py'
--- a/repofmt.py        2009-02-27 16:07:46 +0000
+++ b/repofmt.py        2009-03-02 18:02:12 +0000
@@ -391,6 +391,8 @@
                     for pack in packs:
                         source_index = getattr(pack, index_name)
                         keys.update(e[1] for e in 
source_index.iter_all_entries())
+                    trace.mutter('repacking %s with %d keys',
+                                 vf_name, len(keys))
                     source_vf = getattr(self.repo, vf_name)
                     target_access = knit._DirectPackAccess({})
                     target_access.set_writer(new_pack._writer, new_index,

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to