diff 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
line wrap: on
line diff
--- a/mercurial/help/config.txt	Fri Jun 05 21:25:28 2015 +0900
+++ b/mercurial/help/config.txt	Fri Jun 05 21:37:46 2015 +0900
@@ -1423,10 +1423,6 @@
 ``remotecmd``
     remote command to use for clone/push/pull operations. Default is ``hg``.
 
-``reportoldssl``
-    Warn if an SSL certificate is unable to be used due to using Python
-    2.5 or earlier. True or False. Default is True.
-
 ``report_untrusted``
     Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a
     trusted user or group. True or False. Default is True.