ui: recommend tweakdefaults in the default hgrc template
authorAugie Fackler <augie@google.com>
Wed, 11 Oct 2017 01:56:49 -0700
changeset 34568 63c19b7fa100
parent 34567 1b261be2033b
child 34569 e304fd82c718
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
mercurial/ui.py
--- 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