~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_revisiontree.py

General cleanups - status, add a status test with two revision trees, and commands.py importing of bzrlib.trace.

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