Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.x
-
None
Description
A simple patch Index: test =================================================================== --- test\t(revision 1) +++ test\t(working copy) @@ -1 +1 @@ -foo \\ No newline at end of file +bar \\ No newline at end of file when applied on a file with as only body a completely different line, will delete the file. See patch_tests.py's single_line_mismatch()