# HG changeset patch # User timeless@mozdev.org # Date 1441254137 14400 # Node ID c38afb8c7debfc0658af99e9dfe6545c1d2dab4a # Parent 0f14c40a05c4c5d12ed7530d333088dc0cc1662c help/scripting: fix HGENCODING indentation diff -r 0f14c40a05c4 -r c38afb8c7deb mercurial/help/scripting.txt --- 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