Rev 3773: Better autopack cleanup. in http://people.ubuntu.com/~robertc/baz2.0/repository

Robert Collins robertc at robertcollins.net
Thu Nov 13 07:57:17 GMT 2008


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

------------------------------------------------------------
revno: 3773
revision-id: robertc at robertcollins.net-20081113075631-4hqnjahhfd3mr8p1
parent: robertc at robertcollins.net-20081113071726-ym6on85t8up5ylpi
committer: Robert Collins <robertc at robertcollins.net>
branch nick: repository
timestamp: Thu 2008-11-13 18:56:31 +1100
message:
  Better autopack cleanup.
modified:
  bzrlib/repofmt/pack_repo.py    pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py	2008-11-13 07:17:26 +0000
+++ b/bzrlib/repofmt/pack_repo.py	2008-11-13 07:56:31 +0000
@@ -1315,7 +1315,7 @@
         pack_operations = self.plan_autopack_combinations(
             existing_packs, pack_distribution)
         self._execute_pack_operations(pack_operations)
-        mutter('Auto-packing repository %s completed')
+        mutter('Auto-packing repository %s completed', self)
         return True
 
     def _execute_pack_operations(self, pack_operations, _packer_class=Packer):




More information about the bazaar-commits mailing list