# HG changeset patch # User timeless # Date 1452405482 0 # Node ID 335167aab197aed977d136174779b4758137ec43 # Parent 6a63fd8dd4862c870277b0132ce226e214750265 help: move config default marking to its own line diff -r 6a63fd8dd486 -r 335167aab197 mercurial/help/config.txt --- 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