changeset 34568 | 63c19b7fa100 |
parent 34482 | 75de5d456b60 |
child 34616 | c0dabec35019 |
--- 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 <jdoe@example.com> 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