Rev 3830: shrink the debug line slightly to allow more room when we have 10k entries. in http://bzr.arbash-meinel.com/branches/bzr/brisbane/hack

John Arbash Meinel john at arbash-meinel.com
Wed Dec 24 21:43:07 GMT 2008


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

------------------------------------------------------------
revno: 3830
revision-id: john at arbash-meinel.com-20081224214248-c3bff3zygp13mpq2
parent: john at arbash-meinel.com-20081224214206-i3i3qzebnf2cmovj
committer: John Arbash Meinel <john at arbash-meinel.com>
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.
-------------- next part --------------
=== 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:



More information about the bazaar-commits mailing list