comparison mercurial/help/config.txt @ 25430:19fa0cb71cd3

ssl: drop support for Python < 2.6, require ssl module try-except clause is kept for readability of this patch, and it will be removed soon.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 05 Jun 2015 21:37:46 +0900
parents 7e5d5160073b
children c8fada8d9db9
comparison
equal deleted inserted replaced
25429:9d1c61715939 25430:19fa0cb71cd3
1421 Reduce the amount of output printed. True or False. Default is False. 1421 Reduce the amount of output printed. True or False. Default is False.
1422 1422
1423 ``remotecmd`` 1423 ``remotecmd``
1424 remote command to use for clone/push/pull operations. Default is ``hg``. 1424 remote command to use for clone/push/pull operations. Default is ``hg``.
1425 1425
1426 ``reportoldssl``
1427 Warn if an SSL certificate is unable to be used due to using Python
1428 2.5 or earlier. True or False. Default is True.
1429
1430 ``report_untrusted`` 1426 ``report_untrusted``
1431 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a 1427 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a
1432 trusted user or group. True or False. Default is True. 1428 trusted user or group. True or False. Default is True.
1433 1429
1434 ``slash`` 1430 ``slash``