contrib/plan9/hgrc.d/9diff.rc
author Yuya Nishihara <yuya@tcha.org>
Fri, 07 Aug 2015 21:39:38 +0900
changeset 25927 44da63623fca
parent 19617 ba89c3872801
permissions -rw-r--r--
revset: add matchany() to construct OR expression from a list of specs This will allow us to optimize "-rREV1 -rREV2 ..." command-line options.

# 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