Rev 4361: Better descriptions. in http://people.ubuntu.com/~robertc/baz2.0/check

Robert Collins robertc at robertcollins.net
Tue Jun 16 01:39:45 BST 2009


At http://people.ubuntu.com/~robertc/baz2.0/check

------------------------------------------------------------
revno: 4361
revision-id: robertc at robertcollins.net-20090616003941-i3kmn1kle3gnih0z
parent: robertc at robertcollins.net-20090616003755-pmlsfdnx8e5obnwm
committer: Robert Collins <robertc at robertcollins.net>
branch nick: check
timestamp: Tue 2009-06-16 10:39:41 +1000
message:
  Better descriptions.
=== modified file 'bzrlib/check.py'
--- a/bzrlib/check.py	2009-06-16 00:37:55 +0000
+++ b/bzrlib/check.py	2009-06-16 00:39:41 +0000
@@ -98,9 +98,9 @@
             if self.check_repo:
                 self.progress.update('checking revisions', 0)
                 self.check_revisions()
-                self.progress.update('checking inventories', 1)
+                self.progress.update('checking commit contents', 1)
                 self.repository._check_inventories(self)
-                self.progress.update('checking revision contents', 2)
+                self.progress.update('checking file graphs', 2)
                 # check_weaves is done after the revision scan so that
                 # revision index is known to be valid.
                 self.check_weaves()




More information about the bazaar-commits mailing list