~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-02-18 02:33:47 UTC
  • mfrom: (1534.1.24 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060218023347-0952c65f668bfd68
Merge Robert Collins integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    def report_results(self, verbose):
101
101
        note('checked branch %s format %s',
102
102
             self.branch.base, 
103
 
             self.branch._branch_format)
 
103
             self.branch._format)
104
104
 
105
105
        note('%6d revisions', self.checked_rev_cnt)
106
106
        note('%6d unique file texts', self.checked_text_cnt)