Differences between revisions 8 and 14 (spanning 6 versions)
Revision 8 as of 2013-08-31 03:58:23
Size: 310
Comment:
Revision 14 as of 2018-06-06 14:16:47
Size: 879
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Barnstable-born Myrta Johnson spare-time activities includes [[http://www.artlineclinic2.com/v2/?document_srl=74693|teaching english in spain forums]] collectible goods and cooking. Last of all, the thing that he appreciate the most is travelling by air, checking out different places especially to Thailand. == Progress Extension ==

/!\ This extensions is deprecated, the feature is now part of Mercurial core.

'''This extension is distributed with Mercurial 1.5 and later.'''

''Author: Augie Fackler''

''Built-in docs: hg help [[Topic:progress]]''

=== 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 extensions is deprecated, the feature is now part of Mercurial core.

This extension is distributed with Mercurial 1.5 and later.

Author: Augie Fackler

Built-in docs: hg help progress

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)