view contrib/plan9/hgrc.d/9diff.rc @ 41783:7b04b1154c15

tests: add test to demonstrate issue4037 `hg diff --stat -q --config diff.git=0` does not output anything whereas it should print the stat. This is a quiet old bug dating to 2013 and looking at code I think it exists it since 2005 or when --stat was introduced. The next patch will fix the bug. Differential Revision: https://phab.mercurial-scm.org/D6006
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sat, 23 Feb 2019 04:50:46 +0530
parents ba89c3872801
children
line wrap: on
line source

# The 9diff extdiff command generates diff(1) compatible output
# suitable for use with the plumber(4).
[extensions]
extdiff =

[extdiff]
9diff = /bin/mercurial/9diff -cm $parent $child $root