I’m looking for a way to make --insecure option the default one for any hg \ TortoiseHg command.
Please don’t write this is a bad practice – I aware about possible risks and consider they’re fully acceptable.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Setting
cacertsin the[web]section to the empty string looks to be the same thing. From the source:which the wiki confirms:
So putting
cacerts=!in the[web]section of your global hgrc (/etc/mercurial/hgrcon linux-likes) will get you there.