Skip to content
Snippets Groups Projects
Commit 399c8aaf authored by Matt Mackall's avatar Matt Mackall
Browse files

patchbomb: make sure all users of smtp.verifycert agree on the default

parent 577b050c
No related branches found
No related tags found
No related merge requests found
......@@ -636,7 +636,7 @@
fp.close()
else:
if not sendmail:
verifycert = ui.config('smtp', 'verifycert')
verifycert = ui.config('smtp', 'verifycert', 'strict')
if opts.get('insecure'):
ui.setconfig('smtp', 'verifycert', 'loose', 'patchbomb')
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment