D1610: ui: add diff.showfunc to tweakdefaults

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Dec 6 21:51:59 UTC 2017


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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...

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1610

AFFECTED FILES
  mercurial/ui.py

CHANGE DETAILS

diff --git a/mercurial/ui.py b/mercurial/ui.py
--- a/mercurial/ui.py
+++ b/mercurial/ui.py
@@ -62,6 +62,7 @@
 
 [diff]
 git = 1
+showfunc = 1
 """
 
 samplehgrcs = {



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list