[PATCH 2 of 6] hgrc.d: separate namespace for mercurial scripts 9diff and 9mail

Jeff Sickel jas at corpus-callosum.com
Mon Aug 12 18:01:08 CDT 2013


# HG changeset patch
# User Jeff Sickel <jas at corpus-callosum.com>
# Date 1376347195 18000
#      Mon Aug 12 17:39:55 2013 -0500
# Branch stable
# Node ID c0fa3b1baa4c1fc968390c37400b08314808d115
# Parent  c662d9f71084020dc003d3b71804e426ef6640f3
hgrc.d: separate namespace for mercurial scripts 9diff and 9mail

diff -r c662d9f71084 -r c0fa3b1baa4c contrib/plan9/hgrc.d/9diff.rc
--- a/contrib/plan9/hgrc.d/9diff.rc	Mon Aug 12 17:36:49 2013 -0500
+++ b/contrib/plan9/hgrc.d/9diff.rc	Mon Aug 12 17:39:55 2013 -0500
@@ -4,4 +4,4 @@
 extdiff =
 
 [extdiff]
-9diff = 9diff -cm $parent $child $root
+9diff = /bin/mercurial/9diff -cm $parent $child $root
diff -r c662d9f71084 -r c0fa3b1baa4c contrib/plan9/hgrc.d/9mail.rc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/plan9/hgrc.d/9mail.rc	Mon Aug 12 17:39:55 2013 -0500
@@ -0,0 +1,4 @@
+# The 9mail to support patchbomb and other email wrappers
+[email]
+method = /bin/mercurial/9mail
+


More information about the Mercurial-devel mailing list