/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

  • Committer: Jelmer Vernooij
  • Date: 2009-03-12 14:02:53 UTC
  • mfrom: (4135 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4137.
  • Revision ID: jelmer@samba.org-20090312140253-bmldbzlmsitfdrzf
Merge bzr.dev.

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