~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

Merge 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)