##// END OF EJS Templates
patchbomb: make sure all users of smtp.verifycert agree on the default
Matt Mackall -
r25826:399c8aaf default
parent child Browse files
Show More
@@ -636,7 +636,7 b' def patchbomb(ui, repo, *revs, **opts):'
636 fp.close()
636 fp.close()
637 else:
637 else:
638 if not sendmail:
638 if not sendmail:
639 verifycert = ui.config('smtp', 'verifycert')
639 verifycert = ui.config('smtp', 'verifycert', 'strict')
640 if opts.get('insecure'):
640 if opts.get('insecure'):
641 ui.setconfig('smtp', 'verifycert', 'loose', 'patchbomb')
641 ui.setconfig('smtp', 'verifycert', 'loose', 'patchbomb')
642 try:
642 try:
General Comments 0
You need to be logged in to leave comments. Login now