Skip to content
Snippets Groups Projects
Commit 334632380e22 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

hghave: fix typo of sslutil.supportedprotocols

parent 754f63671229
No related branches found
No related tags found
No related merge requests found
......@@ -442,7 +442,7 @@
@check("tls1.2", "TLS 1.2 protocol support")
def has_tls1_2():
from mercurial import sslutil
return 'tls1.2' in sslutil.supportprotocols
return 'tls1.2' in sslutil.supportedprotocols
@check("windows", "Windows")
def has_windows():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment