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