Comments
Patch
@@ -521,6 +521,7 @@ class queue(object):
diffopts.nobinary = False
diffopts.noprefix = False
diffopts.ignorews = False
+ diffopts.ignorewsamount = False
# note: diff options showfunc and unified might influence diffs
# but don't do any harm
return diffopts
@@ -246,6 +246,12 @@ Test how [diff] configuration influence
# Date 0 0
# Parent fb9c4422b0f37dd576522dd9a3f99b825c177efe
+ diff --git a/a b/a
+ --- a/a
+ +++ b/a
+ @@ -1,1 +1,1 @@
+ - a
+ + a
diff --git a/b b/b
index 78981922613b2afb6025042ff6bd878ac1994e85..f76dd238ade08917e6712764a16a22005a50573d
GIT binary patch