225
233
for old_path, new_path, file_id, kind, text_modified in delta.renamed:
226
print >>to_file, '*** renamed %s %r => %r' % (kind, old_path, new_path)
234
print >>to_file, '=== renamed %s %r => %r' % (kind, old_path, new_path)
228
236
diff_file(old_label + old_path,
229
237
old_tree.get_file(file_id).readlines(),