mercurial/help/scripting.txt
changeset 26174 c38afb8c7deb
parent 26027 7b7e25a85f63
child 29663 7ce05671a5e3
--- a/mercurial/help/scripting.txt	Fri Aug 28 13:57:20 2015 -0400
+++ b/mercurial/help/scripting.txt	Thu Sep 03 00:22:17 2015 -0400
@@ -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