changeset 30:4dea2fc0b179

diff: tweak git-diff settings, hide binary diffs
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 03 Dec 2015 12:26:44 -0500
parents 7ef4d6bfe602
children 02305ede4268
files hgrc
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -105,8 +105,9 @@
 
 # This makes diffs show more information
 [diff]
-git = true
-showfunc = 1
+git = True
+showfunc = True
+nobinary = True
 
 # This section affects hgweb, the result of `hg serve`
 [web]