comparison mercurial/help/config.txt @ 16391:9cf7c9d529d0

ui: optionally quiesce ssl verification warnings on python 2.5 Some platforms, notably Plan 9 from Bell Labs are stuck on older releases of Python. Due to restrictions in the platform, it is not possible to backport the SSL library to the existing Python port. This patch permits the UI to quiesce SSL verification warnings by adding a configuration entry named reportoldssl to ui.
author Steven Stallion <sstallion@gmail.com>
date Mon, 09 Apr 2012 14:36:16 -0700
parents f5dd179bfa4a
children ee3f423df1b4
comparison
equal deleted inserted replaced
16390:4df76d5506a9 16391:9cf7c9d529d0
1132 ``quiet`` 1132 ``quiet``
1133 Reduce the amount of output printed. True or False. Default is False. 1133 Reduce the amount of output printed. True or False. Default is False.
1134 1134
1135 ``remotecmd`` 1135 ``remotecmd``
1136 remote command to use for clone/push/pull operations. Default is ``hg``. 1136 remote command to use for clone/push/pull operations. Default is ``hg``.
1137
1138 ``reportoldssl``
1139 Warn if an SSL certificate is unable to be due to using Python
1140 2.5 or earlier. True or False. Default is True.
1137 1141
1138 ``report_untrusted`` 1142 ``report_untrusted``
1139 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a 1143 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a
1140 trusted user or group. True or False. Default is True. 1144 trusted user or group. True or False. Default is True.
1141 1145