Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/sslutil.py @ 51762:ca7bde5dbafb
black: format the codebase with 23.3.0
The CI has moved to 23.3.0, which is the last version that supports 3.7
at runtime, so we should honor this change.
# skip-blame mass-reformating only
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Thu, 18 Jul 2024 12:36:12 +0200 |
parents | 7f0cb9ee0534 |
children | f4733654f144 |
comparison
equal
deleted
inserted
replaced
51761:b0a4de6c14f8 | 51762: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 ) |