[PATCH] help/scripting: fix HGENCODING indentation

Augie Fackler raf at durin42.com
Tue Sep 8 11:43:30 CDT 2015


On Fri, Sep 04, 2015 at 05:34:08AM -0500, timeless at mozdev.org wrote:
> # HG changeset patch
> # User timeless at mozdev.org
> # Date 1441254137 14400
> #      Thu Sep 03 00:22:17 2015 -0400
> # Node ID ebc05eb6e0b8b863c54de6d58d076837257415f4
> # Parent  7187f6e923d55cf6b7e6910d24645f303db671ee
> help/scripting: fix HGENCODING indentation

queued, thanks

>
> diff --git a/mercurial/help/scripting.txt b/mercurial/help/scripting.txt
> --- a/mercurial/help/scripting.txt
> +++ b/mercurial/help/scripting.txt
> @@ -50,15 +50,15 @@
>      invoking ``hg`` processes.
>
>  HGENCODING
> -   If not set, the locale used by Mercurial will be detected from the
> -   environment. If the determined locale does not support display of
> -   certain characters, Mercurial may render these character sequences
> -   incorrectly (often by using "?" as a placeholder for invalid
> -   characters in the current locale).
> +    If not set, the locale used by Mercurial will be detected from the
> +    environment. If the determined locale does not support display of
> +    certain characters, Mercurial may render these character sequences
> +    incorrectly (often by using "?" as a placeholder for invalid
> +    characters in the current locale).
>
> -   Explicitly setting this environment variable is a good practice to
> -   guarantee consistent results. "utf-8" is a good choice on UNIX-like
> -   environments.
> +    Explicitly setting this environment variable is a good practice to
> +    guarantee consistent results. "utf-8" is a good choice on UNIX-like
> +    environments.
>
>  HGRCPATH
>      If not set, Mercurial will inherit config options from config files
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list