# HG changeset patch # User Gregory Szorc # Date 1460311127 25200 # Node ID 18f2fc5170989fb97a027f9ea36ce6c7dc2f3157 # Parent 5a398627db92172d1caad3a1e3b98f8bcfd270b2 help: remove references to "Python 2.6 or later" We require Python 2.6. So there is no value to these docs. diff -r 5a398627db92 -r 18f2fc517098 mercurial/help/config.txt --- a/mercurial/help/config.txt Mon Apr 04 02:05:10 2016 -0700 +++ b/mercurial/help/config.txt Sun Apr 10 10:58:47 2016 -0700 @@ -986,9 +986,6 @@ hg.intevation.de = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33 hg.intevation.org = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33 -This feature is only supported when using Python 2.6 or later. - - ``http_proxy`` -------------- @@ -1849,11 +1846,6 @@ client, then it will verify the identity of remote HTTPS servers with these certificates. - This feature is only supported when using Python 2.6 or later. If you wish - to use it with earlier versions of Python, install the backported - version of the ssl library that is available from - ``http://pypi.python.org``. - To disable SSL verification temporarily, specify ``--insecure`` from command line.