Mercurial > hg-stable
changeset 10656:f6ee02933af9 stable
progress: document progress.disable config option
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 11 Mar 2010 16:54:34 -0600 |
parents | 58128004cca1 |
children | 909a99b92f67 95c7c4b7e67a |
files | hgext/progress.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/progress.py Thu Mar 11 15:32:24 2010 +0100 +++ b/hgext/progress.py Thu Mar 11 16:54:34 2010 -0600 @@ -32,6 +32,7 @@ width = <none> # if set, the maximum width of the progress information # (that is, min(width, term width) will be used) clear-complete = True # clear the progress bar after it's done + disable = False # if true, don't show a progress bar Valid entries for the format field are topic, bar, number, unit, and item. item defaults to the last 20 characters of the item, but this