~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_revisiontree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-15 15:31:15 UTC
  • mfrom: (1864.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060715153115-59f1601f31ecc38f
(robertc) Merge general - status tests, removal of unneeded imports, whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
            [self.rev_id],
48
48
            self.t.branch.repository.revision_tree(revid_2).get_parent_ids())
49
49
        # TODO commit a merge and check it is reported correctly.
50