At http://bazaar.launchpad.net/%7Ebzr/bzr-repodetails/trunk
------------------------------------------------------------
revno: 15
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: John Arbash Meinel <[EMAIL PROTECTED]>
branch nick: trunk
timestamp: Tue 2008-12-09 18:17:35 -0600
message:
Add a chk depth indicator to the progress bar.
=== modified file 'gather_stats.py'
--- a/gather_stats.py 2008-12-03 01:06:39 +0000
+++ b/gather_stats.py 2008-12-10 00:17:35 +0000
@@ -221,8 +221,9 @@
done.update(pending)
next = pending
pending = set()
+ kind = 'chk %d' % (depth,)
for bytes, key in _gather_and_iter_object_vf_texts(objectstats,
- chk_bytes, next, kind='chk'):
+ chk_bytes, next, kind=kind):
node = chk_map._deserialise(bytes, key)
refs = node.refs()
pending.update(refs)
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits