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
--- 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