231
233
for old_path, new_path, file_id, kind, text_modified in delta.renamed:
232
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)
234
236
diff_file(old_label + old_path,
235
237
old_tree.get_file(file_id).readlines(),