hgext/progress.py
changeset 10450 b4fd900569b1
parent 10441 dc0d1ca2d378
child 10452 59f8fff4f887
equal deleted inserted replaced
10449:7c8266c1d15a 10450:b4fd900569b1
    16 # with this program; if not, write to the Free Software Foundation, Inc.,
    16 # with this program; if not, write to the Free Software Foundation, Inc.,
    17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    18 
    18 
    19 """show progress bars for some actions
    19 """show progress bars for some actions
    20 
    20 
    21 This extension uses the progress information commands can log with hg
    21 This extension uses the progress information logged by hg commands
    22 to draw progres bars that are as informative as possible. Some progress
    22 to draw progress bars that are as informative as possible. Some progress
    23 bars only offer indeterminate information, while others have a definite
    23 bars only offer indeterminate information, while others have a definite
    24 end point.
    24 end point.
    25 
    25 
    26 The following settings are available::
    26 The following settings are available::
    27 
    27