# HG changeset patch # User Augie Fackler # Date 1507712209 25200 # Node ID 63c19b7fa100fd56c006f39b0b23ab7176a455bc # Parent 1b261be2033bb0a4df77e923e017bbcb5677d63c ui: recommend tweakdefaults in the default hgrc template Were I only slightly bolder, I'd make it on by default in the suggested user hgrc. Differential Revision: https://phab.mercurial-scm.org/D1001 diff -r 1b261be2033b -r 63c19b7fa100 mercurial/ui.py --- a/mercurial/ui.py Tue Oct 10 01:03:24 2017 +0530 +++ b/mercurial/ui.py Wed Oct 11 01:56:49 2017 -0700 @@ -66,6 +66,11 @@ # username = Jane Doe username = +# We recommend enabling tweakdefaults to get slight improvements to +# the UI over time. Make sure to set HGPLAIN in the environment when +# writing scripts! +# tweakdefaults = True + # uncomment to disable color in command output # (see 'hg help color' for details) # color = never