[PATCH] help/config: mention ui.usehttp2
Wagner Bruna
wagner.bruna+mercurial at gmail.com
Wed Jun 22 13:25:36 UTC 2011
On 06/22/2011 09:34 AM, dsp at php.net wrote:
> # HG changeset patch
> # User David Soria Parra <dsp at php.net>
> # Date 1308705714 -7200
> # Branch stable
> # Node ID 227bb568bdc1981805096598b35dc31daec54fa6
> # Parent f503e243511fdfc742a1d845d3d5d4830b58c18a
> help/config: mention ui.usehttp2
>
> diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
> --- a/mercurial/help/config.txt
> +++ b/mercurial/help/config.txt
> @@ -1084,6 +1084,11 @@
> on all exceptions, even those recognized by Mercurial (such as
> IOError or MemoryError). Default is False.
>
> +``usehttp2`
^ Missing a "`" here
> + Mercurial includes an experimental non blocking http handler. Setthing
"Setting"
Regards,
Wagner
> + this to true will make Mercurial use the new http handler. Note that
> + this feature is experimental and can cause errors. Default is False.
> +
> ``username``
> The committer of a changeset created when running "commit".
> Typically a person's name and email address, e.g. ``Fred Widget
More information about the Mercurial-devel
mailing list