At file:///home/pqm/archives/thelove/bzr/%2Btrunk/ ------------------------------------------------------------ revno: 4518 [merge] revision-id: [email protected] parent: [email protected] parent: [email protected] committer: Canonical.com Patch Queue Manager <[email protected]> branch nick: +trunk timestamp: Wed 2009-07-08 17:42:55 +0100 message: (Matt Nordhoff) Fix pluralisation of gc's 'repacking N texts' message modified: bzrlib/repofmt/groupcompress_repo.py repofmt.py-20080715094215-wp1qfvoo7093c8qr-1 === modified file 'bzrlib/repofmt/groupcompress_repo.py' --- a/bzrlib/repofmt/groupcompress_repo.py 2009-07-01 10:45:13 +0000 +++ b/bzrlib/repofmt/groupcompress_repo.py 2009-07-06 14:47:36 +0000 @@ -443,7 +443,7 @@ # is grabbing too many keys... text_keys = source_vf.keys() self._copy_stream(source_vf, target_vf, text_keys, - 'text', self._get_progress_stream, 4) + 'texts', self._get_progress_stream, 4) def _copy_signature_texts(self): source_vf, target_vf = self._build_vfs('signature', False, False)
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
