hgext/patchbomb.py
changeset 4489 a11e13d50645
parent 4486 6b84c8d2f66f
child 4491 6d2d1dcd5f74
--- a/hgext/patchbomb.py	Sun May 27 14:26:54 2007 -0700
+++ b/hgext/patchbomb.py	Sun May 27 14:40:14 2007 -0700
@@ -223,6 +223,9 @@
                 pass
             os.rmdir(tmpdir)
 
+    if not opts['test']:
+        mail.validateconfig(ui)
+
     # option handling
     commands.setremoteconfig(ui, opts)
     if opts.get('outgoint') and opts.get('bundle'):