##// END OF EJS Templates
hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel -
r19617:ba89c387 default
parent child Browse files
Show More
@@ -0,0 +1,4 b''
1 # The 9mail to support patchbomb and other email wrappers
2 [email]
3 method = /bin/mercurial/9mail
4
@@ -4,4 +4,4 b''
4 extdiff =
4 extdiff =
5
5
6 [extdiff]
6 [extdiff]
7 9diff = 9diff -cm $parent $child $root
7 9diff = /bin/mercurial/9diff -cm $parent $child $root
General Comments 0
You need to be logged in to leave comments. Login now