Mercurial > hg
changeset 27759:335167aab197
help: move config default marking to its own line
author | timeless <timeless@mozdev.org> |
---|---|
date | Sun, 10 Jan 2016 05:58:02 +0000 |
parents | 6a63fd8dd486 |
children | df4894651532 |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/config.txt Sun Jan 10 05:04:49 2016 +0000 +++ b/mercurial/help/config.txt Sun Jan 10 05:58:02 2016 +0000 @@ -1654,14 +1654,17 @@ On Windows, this configuration option is ignored and the command aborted. ``quiet`` - Reduce the amount of output printed. (default: False) + Reduce the amount of output printed. + (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 - trusted user or group. (default: True) + trusted user or group. + (default: True) ``slash`` Display paths using a slash (``/``) as the path separator. This