~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/bzrdir.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-20 13:31:00 UTC
  • mto: This revision was merged to the branch mainline in revision 6153.
  • Revision ID: jriddell@canonical.com-20110920133100-kpsomvcnjoxv6n6b
syntax fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
 
349
349
        Any parents not either loaded or abandoned get queued to be
350
350
        loaded."""
351
 
        self.pb.update(gettext('loading revision',)
 
351
        self.pb.update(gettext('loading revision'),
352
352
                       len(self.revisions),
353
353
                       len(self.known_revisions))
354
354
        if not self.branch.repository.has_revision(rev_id):