diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -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