mercurial/sslutil.py
changeset 51696 7f0cb9ee0534
parent 51686 493034cc3265
child 51699 ca7bde5dbafb
equal deleted inserted replaced
51695:bd1483fd7088 51696: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                     )