~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/merge.py

  • Committer: Alexander Belchenko
  • Date: 2007-11-19 22:54:30 UTC
  • mfrom: (3006 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3008.
  • Revision ID: bialix@ukr.net-20071119225430-x0ewosrsagis0yno
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
550
550
                                 self.tt.root)
551
551
        if self.other_tree.inventory.root is None:
552
552
            return
553
 
        other_root_file_id = self.other_tree.inventory.root.file_id
 
553
        other_root_file_id = self.other_tree.get_root_id()
554
554
        other_root = self.tt.trans_id_file_id(other_root_file_id)
555
555
        if other_root == self.tt.root:
556
556
            return