diff mercurial/help/environment.txt @ 28171:2d20d1d2ea76

progress: display progress bar when HGPLAINEXCEPT contains "progress" This patch changes "progress.shouldprint()" so a feature name is provided to "ui.plain()" to determine if there is an exception specificed in HGPLAINEXCEPT for the progress extension. This will allow user-facing scripts to provide progress output while HGPLAIN is enabled.
author Matt Anderson <andersonmat@fb.com>
date Wed, 17 Feb 2016 15:18:30 -0800
parents a9ed5a8fc5e0
children 77e566fe31ec
line wrap: on
line diff
--- a/mercurial/help/environment.txt	Wed Feb 17 19:38:44 2016 +0000
+++ b/mercurial/help/environment.txt	Wed Feb 17 15:18:30 2016 -0800
@@ -69,6 +69,8 @@
         Preserve internationalization.
     ``revsetalias``
         Don't remove revset aliases.
+    ``progress``
+        Don't hide progress output.
 
     Setting HGPLAINEXCEPT to anything (even an empty string) will
     enable plain mode.