# HG changeset patch # User timeless@mozdev.org # Date 1441173835 14400 # Node ID 52e9187cd0e802d905ecc9c448e66f4910c9a42e # Parent 3fb59f43a430c66da8413b673f287b5d7fc43d78 help/config: add trailing periods diff -r 3fb59f43a430 -r 52e9187cd0e8 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.