~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/merge.py

  • Committer: John Arbash Meinel
  • Date: 2008-08-28 20:13:31 UTC
  • mfrom: (3658 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3688.
  • Revision ID: john@arbash-meinel.com-20080828201331-dqffxf54l2heokll
Merge bzr.dev 3658

Show diffs side-by-side

added added

removed removed

Lines of Context:
632
632
            self.tt.final_kind(other_root)
633
633
        except NoSuchFile:
634
634
            return
 
635
        if self.other_tree.inventory.root.file_id in self.this_tree.inventory:
 
636
            # the other tree's root is a non-root in the current tree
 
637
            return
635
638
        self.reparent_children(self.other_tree.inventory.root, self.tt.root)
636
639
        self.tt.cancel_creation(other_root)
637
640
        self.tt.cancel_versioning(other_root)