comparison mercurial/help/config.txt @ 23121:7a3f715dfa90 stable

help: fix config description of ui.reportoldssl
author Mads Kiilerich <madski@unity3d.com>
date Sat, 01 Nov 2014 18:28:54 +0100
parents 0dae9147c3b6
children c4ce077588d0
comparison
equal deleted inserted replaced
23120:601f32ed147b 23121:7a3f715dfa90
1380 1380
1381 ``remotecmd`` 1381 ``remotecmd``
1382 remote command to use for clone/push/pull operations. Default is ``hg``. 1382 remote command to use for clone/push/pull operations. Default is ``hg``.
1383 1383
1384 ``reportoldssl`` 1384 ``reportoldssl``
1385 Warn if an SSL certificate is unable to be due to using Python 1385 Warn if an SSL certificate is unable to be used due to using Python
1386 2.5 or earlier. True or False. Default is True. 1386 2.5 or earlier. True or False. Default is True.
1387 1387
1388 ``report_untrusted`` 1388 ``report_untrusted``
1389 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a 1389 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a
1390 trusted user or group. True or False. Default is True. 1390 trusted user or group. True or False. Default is True.