Mercurial > hg
diff hgext/progress.py @ 15160:b2d4400398f3
sslutil: abort when ssl module is needed but not found
It is apparently possible to compile Python without SSL support or leave it out
when installing precompiled binaries.
Mercurial on such Pythons would crash if the user tried to use https. Now it
will be reported as "abort: Python SSL support not found" instead.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 27 Sep 2011 18:51:10 +0200 |
parents | 5d261fd00446 |
children | 06671371e634 |