##// END OF EJS Templates
tests: add test to demonstrate issue4037...
Pulkit Goyal -
r41949:7b04b115 default
parent child Browse files
Show More
@@ -282,3 +282,10 b" When a file is renamed, --git shouldn't "
282 $ hg diff --stat --git
282 $ hg diff --stat --git
283 c => new c | 0
283 c => new c | 0
284 1 files changed, 0 insertions(+), 0 deletions(-)
284 1 files changed, 0 insertions(+), 0 deletions(-)
285
286 Make sure `diff --stat -q --config diff.git-0` shows stat (issue4037)
287
288 $ hg status
289 A new c
290 R c
291 $ hg diff --stat -q
General Comments 0
You need to be logged in to leave comments. Login now