/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/intertree_implementations/test_compare.py

set common root ids in more tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
820
820
        # both foo and bar.
821
821
        tree1 = self.make_branch_and_tree('tree1')
822
822
        tree2 = self.make_to_branch_and_tree('tree2')
 
823
        tree2.set_root_id(tree1.get_root_id())
823
824
        self.build_tree(['tree2/file', 'tree2/dir/',
824
825
            'tree1/file', 'tree2/movedfile',
825
826
            'tree1/dir/', 'tree2/moveddir/'])