478
480
for path, file_id, kind, text_modified, meta_modified in delta.modified:
480
482
prop_str = get_prop_change(meta_modified)
484
print >>to_file, "=== modified %s '%s'%s" % (kind, path_,
485
486
# The file may be in a different location in the old tree (because
486
487
# the containing dir was renamed, but the file itself was not)
487
488
old_path = old_tree.id2path(file_id)