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