/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Martin Pool
  • Date: 2006-06-10 23:16:19 UTC
  • mfrom: (1759 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1761.
  • Revision ID: mbp@sourcefrog.net-20060610231619-05b997deeb005d02
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                raise BzrCheckError('Inventory sha1 hash doesn\'t match'
150
150
                    ' value in revision {%s}' % rev_id)
151
151
        else:
152
 
            missing_inventory_sha_cnt += 1
 
152
            self.missing_inventory_sha_cnt += 1
153
153
            mutter("no inventory_sha1 on revision {%s}", rev_id)
154
154
        self._check_revision_tree(rev_id)
155
155
        self.checked_rev_cnt += 1