~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Martin Pool
  • Date: 2006-02-01 12:24:35 UTC
  • mfrom: (1534.4.32 branch-formats)
  • mto: This revision was merged to the branch mainline in revision 1553.
  • Revision ID: mbp@sourcefrog.net-20060201122435-53f3efb1b5749fe1
[merge] branch-formats branch, and reconcile changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        self.planned_revisions = list(self.planned_revisions)
99
99
 
100
100
    def report_results(self, verbose):
101
 
        note('checked branch %s format %d',
 
101
        note('checked branch %s format %s',
102
102
             self.branch.base, 
103
103
             self.branch._branch_format)
104
104