D5526: progress: document progress.debug config option

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Jan 8 18:11:00 UTC 2019


martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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").

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5526

AFFECTED FILES
  mercurial/help/config.txt

CHANGE DETAILS

diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -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)
 



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list