changeset 41137:785a75f0ddcb

progress: document progress.debug config option I think it was not spotted by test-check-config.t that we had not documented it because no caller refers to the ui object simply as "ui" (it was either "self.ui" or just "self"). Differential Revision: https://phab.mercurial-scm.org/D5526
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 08 Jan 2019 09:43:24 -0800
parents a181a1c8af1d
children 8ddc5d8bea25
files mercurial/help/config.txt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/config.txt	Mon Jan 07 18:37:50 2019 -0500
+++ b/mercurial/help/config.txt	Tue Jan 08 09:43:24 2019 -0800
@@ -1756,6 +1756,9 @@
 possible. Some progress bars only offer indeterminate information, while others
 have a definite end point.
 
+``debug``
+    Whether to print debug info when updating the progress bar. (default: False)
+
 ``delay``
     Number of seconds (float) before showing the progress bar. (default: 3)