~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/multiparent.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-03 04:57:59 UTC
  • mfrom: (6042.1.2 fix-log-2)
  • Revision ID: pqm@pqm.ubuntu.com-20110803045759-1lrr8eymve8ofldr
(mbp) Log levels are no longer reset to what the log formatter supports (bug
 747958) (Thomi Richards)

Show diffs side-by-side

added added

removed removed

Lines of Context:
421
421
                            if not (lines == self.get_line_list([revision])[0]):
422
422
                                raise AssertionError()
423
423
                            self.clear_cache()
424
 
                    pb.update(gettext('Importing revisions'),
 
424
                    pb.update('Importing revisions',
425
425
                              (total - len(revisions)) + len(added), total)
426
426
                revisions = [r for r in revisions if r not in added]
427
427
        finally: