470
470
for path, file_id, kind, text_modified, meta_modified in delta.modified:
472
472
prop_str = get_prop_change(meta_modified)
473
print >>to_file, '=== modified %s %r%s' % (kind, path.encode('utf8'), prop_str)
473
print >>to_file, "=== modified %s '%s'%s" % (kind, path.encode('utf8'),
474
475
# The file may be in a different location in the old tree (because
475
476
# the containing dir was renamed, but the file itself was not)
476
477
old_path = old_tree.id2path(file_id)