Mercurial > hg-stable
changeset 34568:63c19b7fa100
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
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 11 Oct 2017 01:56:49 -0700 |
parents | 1b261be2033b |
children | e304fd82c718 |
files | mercurial/ui.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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