448
439
for path, file_id, kind, text_modified, meta_modified in delta.modified:
450
441
prop_str = get_prop_change(meta_modified)
442
print >>to_file, "=== modified %s '%s'%s" % (kind, path.encode('utf8'),
454
444
# The file may be in a different location in the old tree (because
455
445
# the containing dir was renamed, but the file itself was not)
456
446
old_path = old_tree.id2path(file_id)