# # # patch "diff_output.cc" # from [746af1eeaa7fee943bf1264dc88ddd6e218c7866] # to [60b2a95586d371c1c67036f1e4e18cde917d3535] # ============================================================ --- diff_output.cc 746af1eeaa7fee943bf1264dc88ddd6e218c7866 +++ diff_output.cc 60b2a95586d371c1c67036f1e4e18cde917d3535 @@ -560,8 +560,7 @@ make_diff(string const & filename1, // renames are basically hopeless (you can do them by hand _after_ // running patch), adds work so long as the first line says either // the new file's name or "/dev/null", nothing else, and deletes work - // if the new file name is "/dev/null", nothing else. (ATM we don't - // write out patches for deletes anyway.) + // if the new file name is "/dev/null", nothing else. switch (type) { case unified_diff: