/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/merge.py

  • Committer: John Arbash Meinel
  • Date: 2008-09-02 18:37:02 UTC
  • mfrom: (3678 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3680.
  • Revision ID: john@arbash-meinel.com-20080902183702-16cpowcusfvo7rpv
Merge bzr.dev 3678, resolve NEWS

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)