[PATCH] help: use backticks for progress.format keywords, correct letter case

Augie Fackler raf at durin42.com
Wed Jan 6 18:30:26 CST 2016


On Wed, Jan 06, 2016 at 03:34:41PM +0800, Anton Shestakov wrote:
> # HG changeset patch
> # User Anton Shestakov <av6 at dwimlabs.net>
> # Date 1452064648 -28800
> #      Wed Jan 06 15:17:28 2016 +0800
> # Node ID da8a84a2cd801d81a446bfa9f94313b62630e90c
> # Parent  b8405d739149cdd6d8d9bd5e3dd2ad8487b1f09a
> help: use backticks for progress.format keywords, correct letter case

Queued, thanks

>
> diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
> --- a/mercurial/help/config.txt
> +++ b/mercurial/help/config.txt
> @@ -1286,12 +1286,12 @@ have a definite end point.
>      Format of the progress bar.
>
>      Valid entries for the format field are ``topic``, ``bar``, ``number``,
> -    ``unit``, ``estimate``, speed, and item. item defaults to the last 20
> -    characters of the item, but this can be changed by adding either ``-<num>``
> -    which would take the last num characters, or ``+<num>`` for the first num
> -    characters.
> +    ``unit``, ``estimate``, ``speed``, and ``item``. ``item`` defaults to the
> +    last 20 characters of the item, but this can be changed by adding either
> +    ``-<num>`` which would take the last num characters, or ``+<num>`` for the
> +    first num characters.
>
> -    (default: Topic bar number estimate)
> +    (default: topic bar number estimate)
>
>  ``width``
>      If set, the maximum width of the progress information (that is, min(width,
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list