Differences between revisions 6 and 7
Revision 6 as of 2013-08-26 09:44:59
Size: 254
Comment:
Revision 7 as of 2013-08-26 15:37:05
Size: 748
Editor: alex hunsley
Comment: Vandalism
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Santa Maria-born Micha Watson is addicted to [[http://www.taxattorneytaxrelief.com/content/things-remember-regards-travelling-37|Spain weather May,]] rc planes, rocking aids babies. Last but not least, she's captivated by playing with her best friends. == 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 the following lines:

{{{
[extensions]
progress =
}}}

=== Usage ===

See {{{hg help progress}}}
----
CategoryBundledExtension

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 the following lines:

[extensions]
progress =

Usage

See hg help progress


CategoryBundledExtension

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