~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_commit.py

  • Committer: Shannon Weyrick
  • Date: 2011-11-04 13:40:04 UTC
  • mfrom: (6238 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6256.
  • Revision ID: weyrick@mozek.us-20111104134004-033t2wqhc3ydzm0a
Merge

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)
369
367
        for i in range(4):
370
368
            self.assertThat(rev_ids[:i+1],
371
369
                MatchesAncestry(b.repository, rev_ids[i]))