# HG changeset patch # User Augie Fackler # Date 1268348074 21600 # Node ID f6ee02933af911b251c95815d6efc03c1ef599d4 # Parent 58128004cca14698862d25d511d5e269b838b320 progress: document progress.disable config option diff -r 58128004cca1 -r f6ee02933af9 hgext/progress.py --- 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 = # 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