/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: Martin Pool
  • Date: 2009-03-12 02:43:02 UTC
  • mfrom: (4121 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4140.
  • Revision ID: mbp@sourcefrog.net-20090312024302-aynicfx1ywm0k9dl
merge trunk

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