/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/changeset/read_changeset.py

  • Committer: Aaron Bentley
  • Date: 2006-05-14 01:42:41 UTC
  • mto: (1185.82.108 w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: aaron.bentley@utoronto.ca-20060514014241-bbfa844d9fd6d32b
Got merge test working

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
        rev = self.info.real_revisions[-1]
303
303
        if sha1 != rev.inventory_sha1:
304
304
            open(',,bogus-inv', 'wb').write(s)
305
 
            raise BzrError('Inventory sha hash mismatch.')
 
305
            raise BzrError('Inventory sha hash mismatch. %s != %s' % (sha1,
 
306
            rev.inventory_sha1))
306
307
 
307
308
        
308
309
    def get_changeset(self, repository):