##// END OF EJS Templates
help: move config default marking to its own line
timeless -
r27759:335167aa default
parent child Browse files
Show More
@@ -1654,14 +1654,17 b' User interface controls.'
1654 1654 On Windows, this configuration option is ignored and the command aborted.
1655 1655
1656 1656 ``quiet``
1657 Reduce the amount of output printed. (default: False)
1657 Reduce the amount of output printed.
1658 (default: False)
1658 1659
1659 1660 ``remotecmd``
1660 Remote command to use for clone/push/pull operations. (default: ``hg``)
1661 Remote command to use for clone/push/pull operations.
1662 (default: ``hg``)
1661 1663
1662 1664 ``report_untrusted``
1663 1665 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a
1664 trusted user or group. (default: True)
1666 trusted user or group.
1667 (default: True)
1665 1668
1666 1669 ``slash``
1667 1670 Display paths using a slash (``/``) as the path separator. This
General Comments 0
You need to be logged in to leave comments. Login now