[PATCH 1 of 5] help/config: capitalize items

timeless at mozdev.org timeless at mozdev.org
Fri Sep 18 11:40:19 UTC 2015


# HG changeset patch
# User timeless at mozdev.org
# Date 1440789208 14400
#      Fri Aug 28 15:13:28 2015 -0400
# Node ID 3fe28bd4c19576aebb8a3a5b720ed7256e0f27c3
# Parent  a0eff7ebc2aebb32cf4c8da276104102ff37d786
help/config: capitalize items

diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -1251,7 +1251,7 @@
     term width) will be used).
 
 ``clear-complete``
-    clear the progress bar after it's done. (default: True)
+    Clear the progress bar after it's done. (default: True)
 
 ``disable``
     If true, don't show a progress bar.
@@ -1485,7 +1485,7 @@
     Reduce the amount of output printed. True or False. (default: False)
 
 ``remotecmd``
-    remote command to use for clone/push/pull operations. (default: ``hg``)
+    Remote command to use for clone/push/pull operations. (default: ``hg``)
 
 ``report_untrusted``
     Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a
@@ -1502,7 +1502,7 @@
     Display copies in the status command.
 
 ``ssh``
-    command to use for SSH connections. (default: ``ssh``)
+    Command to use for SSH connections. (default: ``ssh``)
 
 ``strict``
     Require exact command names, instead of allowing unambiguous


More information about the Mercurial-devel mailing list