mercurial/help/config.txt
changeset 41137 785a75f0ddcb
parent 41120 79f8f032c706
child 41207 25cec00b333c
equal deleted inserted replaced
41136:a181a1c8af1d 41137:785a75f0ddcb
  1754 
  1754 
  1755 Mercurial commands can draw progress bars that are as informative as
  1755 Mercurial commands can draw progress bars that are as informative as
  1756 possible. Some progress bars only offer indeterminate information, while others
  1756 possible. Some progress bars only offer indeterminate information, while others
  1757 have a definite end point.
  1757 have a definite end point.
  1758 
  1758 
       
  1759 ``debug``
       
  1760     Whether to print debug info when updating the progress bar. (default: False)
       
  1761 
  1759 ``delay``
  1762 ``delay``
  1760     Number of seconds (float) before showing the progress bar. (default: 3)
  1763     Number of seconds (float) before showing the progress bar. (default: 3)
  1761 
  1764 
  1762 ``changedelay``
  1765 ``changedelay``
  1763     Minimum delay before showing a new topic. When set to less than 3 * refresh,
  1766     Minimum delay before showing a new topic. When set to less than 3 * refresh,