tests/test-import.t
changeset 30811 cf1e15f91c90
parent 30332 318a24b52eeb
child 32940 75be14993fda
--- a/tests/test-import.t	Fri Jan 13 10:11:37 2017 -0800
+++ b/tests/test-import.t	Thu Jan 12 21:06:55 2017 +0900
@@ -1517,6 +1517,13 @@
   |
   o  initial [Babar] 2: +8/-0
   
+Adding those config options should not change the output of diffstat. Bugfix #4755.
+
+  $ hg log -r . --template '{diffstat}\n'
+  1: +1/-0
+  $ hg log -r . --template '{diffstat}\n' --config diff.git=1 \
+  >   --config diff.noprefix=1
+  1: +1/-0
 
 Importing with some success and some errors: