ui: add diff.showfunc to tweakdefaults
authorAugie Fackler <augie@google.com>
Wed, 06 Dec 2017 16:43:07 -0500
changeset 35307 4caafe280488
parent 35306 03a83ace9816
child 35308 137a08d82232
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
mercurial/ui.py
--- 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 = {