##// END OF EJS Templates
hghave: fix typo of sslutil.supportedprotocols
Yuya Nishihara -
r29611:33463238 stable
parent child Browse files
Show More
@@ -442,7 +442,7 b' def has_defaultcacertsloaded():'
442 442 @check("tls1.2", "TLS 1.2 protocol support")
443 443 def has_tls1_2():
444 444 from mercurial import sslutil
445 return 'tls1.2' in sslutil.supportprotocols
445 return 'tls1.2' in sslutil.supportedprotocols
446 446
447 447 @check("windows", "Windows")
448 448 def has_windows():
General Comments 0
You need to be logged in to leave comments. Login now