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

------------------------------------------------------------
revno: 3836
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: hack
timestamp: Tue 2009-01-06 14:01:48 -0600
message:
  Slightly more compact log.
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py      2009-01-06 19:59:20 +0000
+++ b/bzrlib/repository.py      2009-01-06 20:01:48 +0000
@@ -3422,8 +3422,8 @@
                     avg_parent = 0
                 for idx in xrange(len(counter)):
                     total_counter[idx] += counter[idx]
-                note('Parent basis:%d cache:%d last: %d, random:%d, multi: %d'
-                     ' avg: %.3f, %s',
+                note('Parent basis:%d cache:%d last:%d random:%d multi: %d'
+                     ' avg: %.3f %s',
                      counter[0], counter[1], counter[5], 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