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