Rev 4668: (mbp) trivial corrections to progress bar style and developer docs in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Sep 3 02:25:34 BST 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4668 [merge]
revision-id: pqm at pqm.ubuntu.com-20090903012533-qc6kvh5ujgk8042p
parent: pqm at pqm.ubuntu.com-20090902180758-uuuxc8dd62vq67i8
parent: mbp at sourcefrog.net-20090902234504-8n7qw3idguh2c5ct
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2009-09-03 02:25:33 +0100
message:
  (mbp) trivial corrections to progress bar style and developer docs
modified:
  bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
  doc/developers/testing.txt     testing.txt-20080812140359-i70zzh6v2z7grqex-1
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py	2009-09-02 08:29:07 +0000
+++ b/bzrlib/repository.py	2009-09-03 01:25:33 +0000
@@ -2329,7 +2329,7 @@
         num_file_ids = len(file_ids)
         for file_id, altered_versions in file_ids.iteritems():
             if pb is not None:
-                pb.update("fetch texts", count, num_file_ids)
+                pb.update("Fetch texts", count, num_file_ids)
             count += 1
             yield ("file", file_id, altered_versions)
 
@@ -3585,7 +3585,7 @@
                 self.target.texts.insert_record_stream(
                     self.source.texts.get_record_stream(
                         self.source.texts.keys(), 'topological', False))
-                pb.update('copying inventory', 0, 1)
+                pb.update('Copying inventory', 0, 1)
                 self.target.inventories.insert_record_stream(
                     self.source.inventories.get_record_stream(
                         self.source.inventories.keys(), 'topological', False))
@@ -4078,11 +4078,11 @@
                                                   self.source_repo.is_shared())
         converted.lock_write()
         try:
-            self.step('Copying content into repository.')
+            self.step('Copying content')
             self.source_repo.copy_content_into(converted)
         finally:
             converted.unlock()
-        self.step('Deleting old repository content.')
+        self.step('Deleting old repository content')
         self.repo_dir.transport.delete_tree('repository.backup')
         self.pb.note('repository converted')
 

=== modified file 'doc/developers/testing.txt'
--- a/doc/developers/testing.txt	2009-03-03 01:45:32 +0000
+++ b/doc/developers/testing.txt	2009-09-02 23:45:04 +0000
@@ -34,10 +34,10 @@
 down the track do not break new features or bug fixes that you are
 contributing today.
 
-As of May 2008, Bazaar ships with a test suite containing over 12000 tests
-and growing. We are proud of it and want to remain so. As community
-members, we all benefit from it. Would you trust version control on
-your project to a product *without* a test suite like Bazaar has?
+As of September 2009, Bazaar ships with a test suite containing over
+23,000 tests and growing. We are proud of it and want to remain so. As
+community members, we all benefit from it. Would you trust version control
+on your project to a product *without* a test suite like Bazaar has?
 
 
 Running the Test Suite




More information about the bazaar-commits mailing list