help/config: add trailing periods
authortimeless@mozdev.org
Wed, 02 Sep 2015 02:03:55 -0400
changeset 26177 52e9187cd0e8
parent 26176 3fb59f43a430
child 26178 457c60653c18
help/config: add trailing periods
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Wed Sep 02 02:03:22 2015 -0400
+++ b/mercurial/help/config.txt	Wed Sep 02 02:03:55 2015 -0400
@@ -516,7 +516,7 @@
 ``defaults``
 ------------
 
-(defaults are deprecated. Don't use them. Use aliases instead)
+(defaults are deprecated. Don't use them. Use aliases instead.)
 
 Use the ``[defaults]`` section to define command defaults, i.e. the
 default options/arguments to pass to the specified commands.
@@ -1251,16 +1251,16 @@
 
 ``width``
     If set, the maximum width of the progress information (that is, min(width,
-    term width) will be used)
+    term width) will be used).
 
 ``clear-complete``
     clear the progress bar after it's done (default to True)
 
 ``disable``
-    If true, don't show a progress bar
+    If true, don't show a progress bar.
 
 ``assume-tty``
-    If true, ALWAYS show a progress bar, unless disable is given
+    If true, ALWAYS show a progress bar, unless disable is given.
 
 ``revsetalias``
 ---------------
@@ -1703,7 +1703,7 @@
 
 ``encoding``
     Character encoding name. Default is the current locale charset.
-    Example: "UTF-8"
+    Example: "UTF-8".
 
 ``errorlog``
     Where to output the error log. Default is stderr.