##// END OF EJS Templates
help/config: omit True or False
timeless@mozdev.org -
r26279:6765d21f default
parent child Browse files
Show More
@@ -955,7 +955,7 b' proxy.'
955 955
956 956 ``always``
957 957 Optional. Always use the proxy, even for localhost and any entries
958 in ``http_proxy.no``. True or False. (default: False)
958 in ``http_proxy.no``. (default: False)
959 959
960 960 ``merge-patterns``
961 961 ------------------
@@ -1405,7 +1405,7 b' User interface controls.'
1405 1405 (default: False)
1406 1406
1407 1407 ``debug``
1408 Print debugging information. True or False. (default: False)
1408 Print debugging information. (default: False)
1409 1409
1410 1410 ``editor``
1411 1411 The editor to use during a commit. (default: ``$EDITOR`` or ``vi``)
@@ -1423,7 +1423,7 b' User interface controls.'
1423 1423 of the ignore file format, see the ``hgignore(5)`` man page.
1424 1424
1425 1425 ``interactive``
1426 Allow to prompt the user. True or False. (default: True)
1426 Allow to prompt the user. (default: True)
1427 1427
1428 1428 ``logtemplate``
1429 1429 Template string for commands that print changesets.
@@ -1482,14 +1482,14 b' User interface controls.'
1482 1482 On Windows, this configuration option is ignored and the command aborted.
1483 1483
1484 1484 ``quiet``
1485 Reduce the amount of output printed. True or False. (default: False)
1485 Reduce the amount of output printed. (default: False)
1486 1486
1487 1487 ``remotecmd``
1488 1488 Remote command to use for clone/push/pull operations. (default: ``hg``)
1489 1489
1490 1490 ``report_untrusted``
1491 1491 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a
1492 trusted user or group. True or False. (default: True)
1492 trusted user or group. (default: True)
1493 1493
1494 1494 ``slash``
1495 1495 Display paths using a slash (``/``) as the path separator. This
@@ -1506,7 +1506,7 b' User interface controls.'
1506 1506
1507 1507 ``strict``
1508 1508 Require exact command names, instead of allowing unambiguous
1509 abbreviations. True or False. (default: False)
1509 abbreviations. (default: False)
1510 1510
1511 1511 ``style``
1512 1512 Name of style to use for command output.
@@ -1538,7 +1538,7 b' User interface controls.'
1538 1538 hgrc file)
1539 1539
1540 1540 ``verbose``
1541 Increase the amount of output printed. True or False. (default: False)
1541 Increase the amount of output printed. (default: False)
1542 1542
1543 1543
1544 1544 ``web``
General Comments 0
You need to be logged in to leave comments. Login now