225
232
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)
233
print >>to_file, '=== renamed %s %r => %r' % (kind, old_path, new_path)
228
235
diff_file(old_label + old_path,
229
236
old_tree.get_file(file_id).readlines(),