~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to read_changeset.py

  • Committer: John Arbash Meinel
  • Date: 2005-07-13 21:46:57 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050713214657-94311fce504f59c1
Starting to write tests for changeset, discovering some errors as I go.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.')
351
352
 
352
353