# HG changeset patch # User Augie Fackler # Date 2017-12-06 21:43:07 # Node ID 4caafe280488c4cfff76f557bcd015ccfe505a84 # Parent 03a83ace9816f11feeb97496460680f447c0c5fa 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 diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -62,6 +62,7 @@ update.check = noconflict [diff] git = 1 +showfunc = 1 """ samplehgrcs = {