[PATCH] help/scripting: fix HGENCODING indentation

timeless at mozdev.org timeless at mozdev.org
Fri Sep 4 10:34:08 UTC 2015


# 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

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


More information about the Mercurial-devel mailing list