Size: 584
Comment:
|
Size: 741
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
Example: {{{ $ hg verify checking changesets checking manifests manifests [=====================================> ] 6669/9978 }}} |
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.
Example:
$ hg verify checking changesets checking manifests manifests [=====================================> ] 6669/9978
Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] progress =
Usage
See hg help progress