Comment 7 for bug 75577

Revision history for this message
Stuart Bishop (stub) wrote :

Aaron's output got munged by email or PGP:

13:09:09~/tmp/tst $ diff -u tmp tmp2
--- tmp 2006-12-22 13:05:15.000000000 +0700
+++ tmp2 2006-12-22 13:05:19.000000000 +0700
@@ -1 +1 @@
--- tmp 2006-12-21 22:09:26.000000000 -0500
+++ tmp2 2006-10-27 19:16:03.000000000 -0400

Again, I don't see what is ambiguous. The first two lines tell us we are dealing with files tmp and tmp2. Then the diff part starts, saying to remove the line starting with '-- tmp' and to replace it with the line starting with '++ tmp2'. As far as I can tell, in the unified diff format what-has-changed-sections, any line not starting with '-', '+' or ' ' would be a syntax error.