~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

Move working tree initialisation out from  Branch.initialize, deprecated Branch.initialize to Branch.create.

Show diffs side-by-side

added added

removed removed

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