Add emacs merge tool.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 16 Jul 2011 15:02:24 +0300
changeset 145 90f8794f2290
parent 144 27f383858159
child 146 b18b7ebffb53
Add emacs merge tool.
.hgrc
--- a/.hgrc	Sat Jul 16 14:57:27 2011 +0300
+++ b/.hgrc	Sat Jul 16 15:02:24 2011 +0300
@@ -13,6 +13,9 @@
 incoming = -v
 outgoing = -v
 
+[merge-tools]
+emacs.args = -q --eval "(ediff-merge-with-ancestor \"$local\" \"$other\" \"$base\" nil \"$output\")"
+
 [web]
 encoding = utf-8