mercurial/sslutil.py
changeset 51699 ca7bde5dbafb
parent 51696 7f0cb9ee0534
child 51859 f4733654f144
equal deleted inserted replaced
51698:b0a4de6c14f8 51699:ca7bde5dbafb
   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 
       
   501                 ui.warn(
   500                 ui.warn(
   502                     _(
   501                     _(
   503                         b'(the full certificate chain may not be available '
   502                         b'(the full certificate chain may not be available '
   504                         b'locally; see "hg help debugssl")\n'
   503                         b'locally; see "hg help debugssl")\n'
   505                     )
   504                     )