Ignore whitespaces when doing source annotation.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 14 Jan 2014 11:24:18 +0200
changeset 684 95b15ebd8e1e
parent 683 d95d6ab31a4a
child 685 c2b825bf0353
Ignore whitespaces when doing source annotation.
.hgrc
--- a/.hgrc	Thu Jan 09 19:05:36 2014 +0200
+++ b/.hgrc	Tue Jan 14 11:24:18 2014 +0200
@@ -20,6 +20,11 @@
 unified = 5
 showfunc = 1
 
+[annotate]
+ignorews = True
+ignorewsamount = True
+ignoreblanklines = True
+
 [merge-tools]
 emacs.args = -q --eval "(ediff-merge-with-ancestor \"$local\" \"$other\" \"$base\" nil \"$output\")"