Differences between revisions 1 and 2
Revision 1 as of 2010-03-06 15:08:34
Size: 338
Editor: abuehl
Comment:
Revision 2 as of 2010-03-06 15:11:09
Size: 584
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

=== Overview ===
This extension uses the progress information logged by hg commands to draw
progress bars that are as informative as possible. Some progress bars only
offer indeterminate information, while others have a definite end point.

Progress Extension

This extension is distributed with Mercurial 1.5 and later.

Author: Augie Fackler

Overview

This extension uses the progress information logged by hg commands to draw progress bars that are as informative as possible. Some progress bars only offer indeterminate information, while others have a definite end point.

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
progress =

Usage

See hg help progress


CategoryExtension

ProgressExtension (last edited 2018-06-06 14:16:47 by AntonShestakov)