967
967
self.to_file.write("=== renamed %s '%s' => '%s'%s\n" %
968
968
(kind[0], oldpath_encoded, newpath_encoded, prop_str))
971
971
# modified *somehow*, either content or execute bit.
972
972
self.to_file.write("=== modified %s '%s'%s\n" % (kind[0],
973
973
newpath_encoded, prop_str))