equal
deleted
inserted
replaced
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 ) |