~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

  • Committer: Patch Queue Manager
  • Date: 2011-10-27 16:20:33 UTC
  • mfrom: (6234.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20111027162033-86ykkus23jn9yw7g
(vila) Merge 2.4 into trunk including fix for bug #880701 (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3048
3048
                existing_file, new_file = conflict[2], conflict[1]
3049
3049
            else:
3050
3050
                existing_file, new_file = conflict[1], conflict[2]
3051
 
            new_name = tt.final_name(existing_file)+'.moved'
 
3051
            new_name = tt.final_name(existing_file) + '.moved'
3052
3052
            tt.adjust_path(new_name, final_parent, existing_file)
3053
3053
            new_conflicts.add((c_type, 'Moved existing file to',
3054
3054
                               existing_file, new_file))