~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_changeset.py

  • Committer: Aaron Bentley
  • Date: 2006-05-22 17:27:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: aaron.bentley@utoronto.ca-20060522172703-8d49310df83715d3
Introduce StrictTestament, get test failing for the right reasons

Show diffs side-by-side

added added

removed removed

Lines of Context:
625
625
        self.tree1.commit(u'Merge', rev_id='a@lmod-0-3',
626
626
                          verbose=False)
627
627
        self.tree1.commit(u'Merge', rev_id='a@lmod-0-4')
628
 
        cset = self.get_valid_cset('a@lmod-0-2', 'a@lmod-0-4')
 
628
        cset = self.get_valid_cset('a@lmod-0-2a', 'a@lmod-0-4')