D6006: tests: add test to demonstrate issue4037
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Mon Feb 25 01:38:06 UTC 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG7b04b1154c15: tests: add test to demonstrate issue4037 (authored by pulkit, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6006?vs=14194&id=14226
REVISION DETAIL
https://phab.mercurial-scm.org/D6006
AFFECTED FILES
tests/test-diffstat.t
CHANGE DETAILS
diff --git a/tests/test-diffstat.t b/tests/test-diffstat.t
--- a/tests/test-diffstat.t
+++ b/tests/test-diffstat.t
@@ -282,3 +282,10 @@
$ hg diff --stat --git
c => new c | 0
1 files changed, 0 insertions(+), 0 deletions(-)
+
+Make sure `diff --stat -q --config diff.git-0` shows stat (issue4037)
+
+ $ hg status
+ A new c
+ R c
+ $ hg diff --stat -q
To: pulkit, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list