Rev 3802: Remove the extra mutter. in http://bzr.arbash-meinel.com/branches/bzr/brisbane/merge_dev

John Arbash Meinel john at arbash-meinel.com
Sun Dec 7 17:45:15 GMT 2008


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

------------------------------------------------------------
revno: 3802
revision-id: john at arbash-meinel.com-20081207174502-5w2ctn3apvf2ypwj
parent: john at arbash-meinel.com-20081207174043-xjxckelplsqdey73
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: merge_dev
timestamp: Sun 2008-12-07 11:45:02 -0600
message:
  Remove the extra mutter.
-------------- next part --------------
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py	2008-12-07 16:46:56 +0000
+++ b/bzrlib/repofmt/pack_repo.py	2008-12-07 17:45:02 +0000
@@ -1349,12 +1349,6 @@
         total_packs = len(self._names)
         if self._max_pack_count(total_revisions) >= total_packs:
             return False
-        # XXX: the following may want to be a class, to pack with a given
-        # policy.
-        mutter('Auto-packing repository %s, which has %d pack files, '
-            'containing %d revisions into no more than %d packs.', self,
-            total_packs, total_revisions,
-            self._max_pack_count(total_revisions))
         # determine which packs need changing
         pack_distribution = self.pack_distribution(total_revisions)
         existing_packs = []



More information about the bazaar-commits mailing list