309
309
for path, file_id, kind, text_modified, meta_modified in delta.modified:
311
311
prop_str = get_prop_change(meta_modified)
312
print >>to_file, '=== modified %s %r%s' % (kind, path, prop_str)
312
print >>to_file, '=== modified %s %r%s' % (kind, path.encode('utf8'), prop_str)
314
314
_maybe_diff_file_or_symlink(old_label, path, old_tree, file_id,
315
315
new_label, path, new_tree,