changeset 5665 | 495a9dc86fc2 |
parent 5641 | 4d6b630d3939 |
parent 5643 | eae4553b2763 |
child 5677 | 4f977c6d3c03 |
--- 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)