~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Robert Collins
  • Date: 2005-08-24 06:53:07 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050824065307-bca8ae89734a53f8
merge from mpool

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}'