~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_commit.py

Merge the fix for bug #819604 into trunk, resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
            rev_ids.append(rev_id)
365
365
            wt.commit(message='rev %d' % (i+1),
366
366
                     rev_id=rev_id)
 
367
        eq = self.assertEquals
 
368
        eq(b.revision_history(), rev_ids)
367
369
        for i in range(4):
368
370
            self.assertThat(rev_ids[:i+1],
369
371
                MatchesAncestry(b.repository, rev_ids[i]))