/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bundle/serializer/v4.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-14 14:57:54 UTC
  • mto: This revision was merged to the branch mainline in revision 6143.
  • Revision ID: jriddell@canonical.com-20110914145754-yklo20ib7e5xlksl
use gettext() in more files

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
 
323
323
    def do_write(self):
324
324
        """Write all data to the bundle"""
325
 
        trace.note('Bundling %d revision(s).', len(self.revision_ids))
 
325
        trace.note(gettext('Bundling %d revision(s).'), len(self.revision_ids))
326
326
        self.repository.lock_read()
327
327
        try:
328
328
            self.bundle.begin()