347
347
# Target revision is the last entry in the real_revisions list
348
348
rev = self.info.real_revisions[-1]
349
349
if sha1 != rev.inventory_sha1:
350
open(',,bogus-inv', 'wb').write(sio.getvalue())
350
351
raise BzrError('Inventory sha hash mismatch.')