29
29
# list, write them out directly, etc etc.
31
31
def internal_diff(old_filename, oldlines, new_filename, newlines, to_file,
33
34
# FIXME: difflib is wrong if there is no trailing newline.
34
35
# The syntax used by patch seems to be "\ No newline at
35
36
# end of file" following the last diff line from that