~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-08 16:42:55 UTC
  • mfrom: (4511.2.1 gc-repacking-texts-message)
  • Revision ID: pqm@pqm.ubuntu.com-20090708164255-irg4jbg3bsf69vvg
(Matt Nordhoff) Fix pluralisation of gc's 'repacking N texts' message

Show diffs side-by-side

added added

removed removed

Lines of Context:
443
443
        #      is grabbing too many keys...
444
444
        text_keys = source_vf.keys()
445
445
        self._copy_stream(source_vf, target_vf, text_keys,
446
 
                          'text', self._get_progress_stream, 4)
 
446
                          'texts', self._get_progress_stream, 4)
447
447
 
448
448
    def _copy_signature_texts(self):
449
449
        source_vf, target_vf = self._build_vfs('signature', False, False)