~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Martin Pool
  • Date: 2005-08-24 00:34:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050824003421-33dd8e5c739cad2a
- send trace messages out through python logging module

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        for rev_id in history:
108
108
            revno += 1
109
109
            pb.update('checking revision', revno, revcount)
110
 
            mutter('    revision {%s}' % rev_id)
 
110
            # mutter('    revision {%s}' % rev_id)
111
111
            rev = branch.get_revision(rev_id)
112
112
            if rev.revision_id != rev_id:
113
113
                raise BzrCheckError('wrong internal revision id in revision {%s}'