changeset 35307:4caafe280488

ui: add diff.showfunc to tweakdefaults This is a little risky, as I think we can have some encoding weirdness crop up. showfunc also isn't the most robust feature, but it's still often useful context... Differential Revision: https://phab.mercurial-scm.org/D1610
author Augie Fackler <augie@google.com>
date Wed, 06 Dec 2017 16:43:07 -0500
parents 03a83ace9816
children 137a08d82232
files mercurial/ui.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/ui.py	Wed Dec 06 16:42:24 2017 -0500
+++ b/mercurial/ui.py	Wed Dec 06 16:43:07 2017 -0500
@@ -62,6 +62,7 @@
 
 [diff]
 git = 1
+showfunc = 1
 """
 
 samplehgrcs = {