Mercurial > hg-stable
comparison mercurial/ui.py @ 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 | 75de5d456b60 |
children | c0dabec35019 |
comparison
equal
deleted
inserted
replaced
34567:1b261be2033b | 34568:63c19b7fa100 |
---|---|
63 b"""# example user config (see 'hg help config' for more info) | 63 b"""# example user config (see 'hg help config' for more info) |
64 [ui] | 64 [ui] |
65 # name and email, e.g. | 65 # name and email, e.g. |
66 # username = Jane Doe <jdoe@example.com> | 66 # username = Jane Doe <jdoe@example.com> |
67 username = | 67 username = |
68 | |
69 # We recommend enabling tweakdefaults to get slight improvements to | |
70 # the UI over time. Make sure to set HGPLAIN in the environment when | |
71 # writing scripts! | |
72 # tweakdefaults = True | |
68 | 73 |
69 # uncomment to disable color in command output | 74 # uncomment to disable color in command output |
70 # (see 'hg help color' for details) | 75 # (see 'hg help color' for details) |
71 # color = never | 76 # color = never |
72 | 77 |