comparison mercurial/sslutil.py @ 51749:493034cc3265

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 03fc41fe8aa1
children 7f0cb9ee0534
comparison
equal deleted inserted replaced
51748:39e2b2d062c1 51749:493034cc3265
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 )