~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Martin Pool
  • Date: 2006-02-22 04:29:54 UTC
  • mfrom: (1566 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1569.
  • Revision ID: mbp@sourcefrog.net-20060222042954-60333f08dd56a646
[merge] from bzr.dev before integration
Fix undefined ordering in sign_my_revisions breaking tests

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)