comparison mercurial/help/config.txt @ 26279:6765d21ff17f

help/config: omit True or False
author timeless@mozdev.org
date Fri, 28 Aug 2015 15:24:58 -0400
parents be44d23cb9f1
children 5edf3dccb6f7
comparison
equal deleted inserted replaced
26278:be44d23cb9f1 26279:6765d21ff17f
953 ``user`` 953 ``user``
954 Optional. User name to authenticate with at the proxy server. 954 Optional. User name to authenticate with at the proxy server.
955 955
956 ``always`` 956 ``always``
957 Optional. Always use the proxy, even for localhost and any entries 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 ``merge-patterns`` 960 ``merge-patterns``
961 ------------------ 961 ------------------
962 962
963 This section specifies merge tools to associate with particular file 963 This section specifies merge tools to associate with particular file
1403 parent repository. If False and one subrepository has uncommitted 1403 parent repository. If False and one subrepository has uncommitted
1404 changes, abort the commit. 1404 changes, abort the commit.
1405 (default: False) 1405 (default: False)
1406 1406
1407 ``debug`` 1407 ``debug``
1408 Print debugging information. True or False. (default: False) 1408 Print debugging information. (default: False)
1409 1409
1410 ``editor`` 1410 ``editor``
1411 The editor to use during a commit. (default: ``$EDITOR`` or ``vi``) 1411 The editor to use during a commit. (default: ``$EDITOR`` or ``vi``)
1412 1412
1413 ``fallbackencoding`` 1413 ``fallbackencoding``
1421 so if you want to specify multiple ignore files, you can do so by 1421 so if you want to specify multiple ignore files, you can do so by
1422 setting something like ``ignore.other = ~/.hgignore2``. For details 1422 setting something like ``ignore.other = ~/.hgignore2``. For details
1423 of the ignore file format, see the ``hgignore(5)`` man page. 1423 of the ignore file format, see the ``hgignore(5)`` man page.
1424 1424
1425 ``interactive`` 1425 ``interactive``
1426 Allow to prompt the user. True or False. (default: True) 1426 Allow to prompt the user. (default: True)
1427 1427
1428 ``logtemplate`` 1428 ``logtemplate``
1429 Template string for commands that print changesets. 1429 Template string for commands that print changesets.
1430 1430
1431 ``merge`` 1431 ``merge``
1480 If set to ``ignore`` (or ``false``), no warning is printed. 1480 If set to ``ignore`` (or ``false``), no warning is printed.
1481 If set to ``abort``, the command is aborted. 1481 If set to ``abort``, the command is aborted.
1482 On Windows, this configuration option is ignored and the command aborted. 1482 On Windows, this configuration option is ignored and the command aborted.
1483 1483
1484 ``quiet`` 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 ``remotecmd`` 1487 ``remotecmd``
1488 Remote command to use for clone/push/pull operations. (default: ``hg``) 1488 Remote command to use for clone/push/pull operations. (default: ``hg``)
1489 1489
1490 ``report_untrusted`` 1490 ``report_untrusted``
1491 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a 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 ``slash`` 1494 ``slash``
1495 Display paths using a slash (``/``) as the path separator. This 1495 Display paths using a slash (``/``) as the path separator. This
1496 only makes a difference on systems where the default path 1496 only makes a difference on systems where the default path
1497 separator is not the slash character (e.g. Windows uses the 1497 separator is not the slash character (e.g. Windows uses the
1504 ``ssh`` 1504 ``ssh``
1505 Command to use for SSH connections. (default: ``ssh``) 1505 Command to use for SSH connections. (default: ``ssh``)
1506 1506
1507 ``strict`` 1507 ``strict``
1508 Require exact command names, instead of allowing unambiguous 1508 Require exact command names, instead of allowing unambiguous
1509 abbreviations. True or False. (default: False) 1509 abbreviations. (default: False)
1510 1510
1511 ``style`` 1511 ``style``
1512 Name of style to use for command output. 1512 Name of style to use for command output.
1513 1513
1514 ``supportcontact`` 1514 ``supportcontact``
1536 hgrc is empty, e.g. if the system admin set ``username =`` in the 1536 hgrc is empty, e.g. if the system admin set ``username =`` in the
1537 system hgrc, it has to be specified manually or in a different 1537 system hgrc, it has to be specified manually or in a different
1538 hgrc file) 1538 hgrc file)
1539 1539
1540 ``verbose`` 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 ``web`` 1544 ``web``
1545 ------- 1545 -------
1546 1546