[PATCH] help: use backticks for progress.format keywords, correct letter case

Anton Shestakov av6 at dwimlabs.net
Wed Jan 6 07:34:41 UTC 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1452064648 -28800
#      Wed Jan 06 15:17:28 2016 +0800
# Node ID da8a84a2cd801d81a446bfa9f94313b62630e90c
# Parent  b8405d739149cdd6d8d9bd5e3dd2ad8487b1f09a
help: use backticks for progress.format keywords, correct letter case

diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -1286,12 +1286,12 @@ have a definite end point.
     Format of the progress bar.
 
     Valid entries for the format field are ``topic``, ``bar``, ``number``,
-    ``unit``, ``estimate``, speed, and item. item defaults to the last 20
-    characters of the item, but this can be changed by adding either ``-<num>``
-    which would take the last num characters, or ``+<num>`` for the first num
-    characters.
+    ``unit``, ``estimate``, ``speed``, and ``item``. ``item`` defaults to the
+    last 20 characters of the item, but this can be changed by adding either
+    ``-<num>`` which would take the last num characters, or ``+<num>`` for the
+    first num characters.
 
-    (default: Topic bar number estimate)
+    (default: topic bar number estimate)
 
 ``width``
     If set, the maximum width of the progress information (that is, min(width,


More information about the Mercurial-devel mailing list