mercurial/sslutil.py
changeset 51700 7f0cb9ee0534
parent 51690 493034cc3265
child 51703 ca7bde5dbafb
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
   495                             b'for more info)\n'
   495                             b'for more info)\n'
   496                         )
   496                         )
   497                     )
   497                     )
   498 
   498 
   499             elif e.reason == 'CERTIFICATE_VERIFY_FAILED' and pycompat.iswindows:
   499             elif e.reason == 'CERTIFICATE_VERIFY_FAILED' and pycompat.iswindows:
       
   500 
   500                 ui.warn(
   501                 ui.warn(
   501                     _(
   502                     _(
   502                         b'(the full certificate chain may not be available '
   503                         b'(the full certificate chain may not be available '
   503                         b'locally; see "hg help debugssl")\n'
   504                         b'locally; see "hg help debugssl")\n'
   504                     )
   505                     )