472
472
prop_str = get_prop_change(meta_modified)
473
473
print >>to_file, '=== modified %s %r%s' % (kind, path.encode('utf8'), prop_str)
474
477
old_name = '%s%s\t%s' % (old_label, path,
476
479
new_name = '%s%s\t%s' % (new_label, path,
477
480
_patch_header_date(new_tree, file_id, path))