829
829
return path.encode(self.path_encoding, "replace")
830
830
for (file_id, paths, changed_content, versioned, parent, name, kind,
831
831
executable) in sorted(iterator, key=changes_key):
832
835
oldpath_encoded = get_encoded_path(paths[0])
833
836
newpath_encoded = get_encoded_path(paths[1])
834
837
old_present = (kind[0] is not None and versioned[0])