diff mercurial/help/config.txt @ 38100:18424aeece7f

status: add a config knob for setting default of --terse I want --terse=u basically 100% of the time, but there's not a good way to do that before this patch. I'm very unhappy with how the default value for --terse looks rigt now, but it does *work*. The alternative would be to define an "optional string" flag type using fancyopts.customopt and then use that, leaving the default as None. Does anyone have a strong preference for that, or a better idea? Differential Revision: https://phab.mercurial-scm.org/D3627
author Augie Fackler <augie@google.com>
date Mon, 14 May 2018 22:01:27 -0400
parents aacfca6f9767
children f715faeaceee
line wrap: on
line diff
--- a/mercurial/help/config.txt	Sat May 19 16:50:30 2018 -0400
+++ b/mercurial/help/config.txt	Mon May 14 22:01:27 2018 -0400
@@ -442,6 +442,10 @@
     Make paths in :hg:`status` output relative to the current directory.
     (default: False)
 
+``status.terse``
+    Default value for the --terse flag, which condenes status output.
+    (default: empty)
+
 ``update.check``
     Determines what level of checking :hg:`update` will perform before moving
     to a destination revision. Valid values are ``abort``, ``none``,