diff -r da72b4d24797 -r 495a9dc86fc2 hgext/patchbomb.py --- a/hgext/patchbomb.py Tue Dec 18 14:11:13 2007 -0600 +++ b/hgext/patchbomb.py Tue Dec 18 15:17:11 2007 -0600 @@ -228,7 +228,8 @@ # really sending mail.validateconfig(ui) - if not (revs or opts.get('rev') or opts.get('outgoing')): + if not (revs or opts.get('rev') + or opts.get('outgoing') or opts.get('bundle')): raise util.Abort(_('specify at least one changeset with -r or -o')) cmdutil.setremoteconfig(ui, opts)