# HG changeset patch # User Oleksandr Gavenko # Date 1389691458 -7200 # Node ID 95b15ebd8e1e1040600626a879b281dd831414fc # Parent d95d6ab31a4a2183137c99f8fa0713d79bf304c3 Ignore whitespaces when doing source annotation. diff -r d95d6ab31a4a -r 95b15ebd8e1e .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\")"