~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/merge.py

  • Committer: Alexander Belchenko
  • Date: 2007-06-06 07:45:14 UTC
  • mfrom: (2511 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2512.
  • Revision ID: bialix@ukr.net-20070606074514-qq7bxr0x2uj8c5c2
merge bzr.dev; fix ReST formatting in planned-performance-changes.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
870
870
            except KeyError:
871
871
                this_name = other_name = self.tt.final_name(trans_id)
872
872
            other_path = fp.get_path(trans_id)
873
 
            if this_parent is not None:
 
873
            if this_parent is not None and this_name is not None:
874
874
                this_parent_path = \
875
875
                    fp.get_path(self.tt.trans_id_file_id(this_parent))
876
876
                this_path = pathjoin(this_parent_path, this_name)