158
159
mismatch_inv_id.append(rev_id)
160
161
## TODO: Check all the required fields are present on the revision.
164
165
if inv_sha1 != rev.inventory_sha1:
165
166
raise BzrCheckError('Inventory sha1 hash doesn\'t match'
166
167
' value in revision {%s}' % rev_id)