Use git diff style to show file permission changes.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 17 Sep 2011 01:28:45 +0300
changeset 198 6fd142910e94
parent 196 212adbf0e988
child 199 aa1b11b44810
Use git diff style to show file permission changes.
.hgrc
--- a/.hgrc	Thu Sep 08 17:15:27 2011 +0300
+++ b/.hgrc	Sat Sep 17 01:28:45 2011 +0300
@@ -12,6 +12,7 @@
 log = -v -f
 incoming = -v
 outgoing = -v
+diff = --git
 
 [merge-tools]
 emacs.args = -q --eval "(ediff-merge-with-ancestor \"$local\" \"$other\" \"$base\" nil \"$output\")"