/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

merge bzr.dev r4164

Show diffs side-by-side

added added

removed removed

Lines of Context:
799
799
        tree2.set_root_id('root-id')
800
800
        subtree2 = self.make_to_branch_and_tree('2/sub')
801
801
        subtree2.set_root_id('subtree-id')
802
 
        tree2.add(['sub'], ['subtree-id'])
 
802
        tree2.add_reference(subtree2)
803
803
        self.build_tree(['2/sub/file'])
804
804
        subtree2.add(['file'])
805
805