Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/sslutil.py @ 51759:7f0cb9ee0534
Backout accidental publication of a large range of revisions
I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Tue, 23 Jul 2024 10:02:46 +0200 |
parents | 493034cc3265 |
children | ca7bde5dbafb |
comparison
equal
deleted
inserted
replaced
51758:bd1483fd7088 | 51759: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 ) |