# HG changeset patch # User Matt Mackall # Date 1437158467 18000 # Node ID 399c8aafc9f954ef8997d1131d199235e79a5180 # Parent 577b050caadabd7fa03c3fabbda05732f98f8e7d patchbomb: make sure all users of smtp.verifycert agree on the default diff -r 577b050caada -r 399c8aafc9f9 hgext/patchbomb.py --- a/hgext/patchbomb.py Thu Jun 25 17:38:14 2015 -0500 +++ b/hgext/patchbomb.py Fri Jul 17 13:41:07 2015 -0500 @@ -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: