Merge with stable
authorMartin Geisler <mg@lazybytes.net>
Fri, 12 Mar 2010 00:02:39 +0100
changeset 10657 909a99b92f67
parent 10655 f63fb5c0cf67 (current diff)
parent 10656 f6ee02933af9 (diff)
child 10660 24555e216af6
Merge with stable
--- a/hgext/progress.py	Thu Mar 11 23:44:12 2010 +0100
+++ b/hgext/progress.py	Fri Mar 12 00:02:39 2010 +0100
@@ -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