Differences between revisions 10 and 11
Revision 10 as of 2013-09-02 14:07:01
Size: 201
Editor: ErwinSome
Comment:
Revision 11 as of 2013-10-04 19:37:08
Size: 748
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
I am Maria from Castiglione Del Lago. I am learning to play the Pedal Steel Guitar. Other hobbies are Computer programming.<<BR>>
 [[http://www.parapharmacie-faure.com|parapharmacie en ligne nivea]]
== 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)