At http://bzr.arbash-meinel.com/branches/bzr/brisbane/hack

------------------------------------------------------------
revno: 3830
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: hack
timestamp: Wed 2008-12-24 15:42:48 -0600
message:
  shrink the debug line slightly to allow more room when we have 10k entries.
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py      2008-12-24 21:42:06 +0000
+++ b/bzrlib/repository.py      2008-12-24 21:42:48 +0000
@@ -3411,8 +3411,8 @@
                     avg_parent = 0
                 for idx in xrange(len(counter)):
                     total_counter[idx] += counter[idx]
-                pb.note('Parent is_basis:%d in_cache:%d random:%d, multi: %d'
-                        ' avg: %.3f, totals %s',
+                pb.note('Parent basis:%d cache:%d random:%d, multi: %d'
+                        ' avg: %.3f, %s',
                         counter[0], counter[1], counter[2], counter[3],
                         avg_parent, total_counter)
             except:

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

Reply via email to