url: add --insecure option to bypass verification of ssl certificates
If --insecure specified, it behaves in the same way as no web.cacerts configured. Also shows hint for --insecure option when _verifycert() failed. But currently the hint isn't displayed on SSLError, because it needs a certain level of changes.
Showing
- doc/hgrc.5.txt 3 additions, 0 deletionsdoc/hgrc.5.txt
- mercurial/commands.py 2 additions, 0 deletionsmercurial/commands.py
- mercurial/dispatch.py 3 additions, 0 deletionsmercurial/dispatch.py
- mercurial/url.py 3 additions, 2 deletionsmercurial/url.py
- tests/test-debugcomplete.t 7 additions, 7 deletionstests/test-debugcomplete.t
- tests/test-https.t 16 additions, 1 deletiontests/test-https.t
Loading
Please register or sign in to comment