3048
3048
existing_file, new_file = conflict[2], conflict[1]
3050
3050
existing_file, new_file = conflict[1], conflict[2]
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))