/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: Canonical.com Patch Queue Manager
  • Date: 2009-03-11 07:22:39 UTC
  • mfrom: (4100.2.8 no-auto-reference)
  • Revision ID: pqm@pqm.ubuntu.com-20090311072239-dm56af7pf1j4i1nq
(abentley) Disable auto-detection of tree references.

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