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