diff tests/test-git-export.out @ 5863:3d1f9dcecdea

diff: don't show function name by default We'd mistakenly made the -p option always on, which meant there was no way to turn it off. It also meant that we were sometimes splitting multibyte characters in function name, which isn't a good default.
author Matt Mackall <mpm@selenic.com>
date Wed, 16 Jan 2008 11:14:24 -0600
parents e5eedd74e70f
children c50ac875ffcb
line wrap: on
line diff
--- a/tests/test-git-export.out
+++ b/tests/test-git-export.out
@@ -35,7 +35,7 @@
 rename to dst
 --- a/src
 +++ b/dst
-@@ -3,3 +3,4 @@ 3
+@@ -3,3 +3,4 @@
  3
  4
  5
@@ -86,7 +86,7 @@
 rename to bar
 --- a/foo
 +++ b/bar
-@@ -1,2 +1,3 @@ a
+@@ -1,2 +1,3 @@
  a
  b
 +c
@@ -96,7 +96,7 @@
 rename to foo
 --- a/bar
 +++ b/foo
-@@ -1,3 +1,2 @@ a
+@@ -1,3 +1,2 @@
  a
  b
 -c
@@ -107,7 +107,7 @@
 rename to bar
 --- a/foo
 +++ b/bar
-@@ -1,1 +1,3 @@ a
+@@ -1,1 +1,3 @@
  a
 +b
 +c
@@ -117,7 +117,7 @@
 rename to foo
 --- a/bar
 +++ b/foo
-@@ -1,3 +1,1 @@ a
+@@ -1,3 +1,1 @@
  a
 -b
 -c