author | Christian Ebert <blacktrash@gmx.net> |
Sun, 16 Dec 2007 22:55:23 +0100 | |
changeset 5674 | 659955e2e366 |
parent 5646 | c722bd73c948 |
child 5675 | a5fe27b83a4a |
--- a/hgext/patchbomb.py Thu Dec 13 14:25:51 2007 -0600 +++ b/hgext/patchbomb.py Sun Dec 16 22:55:23 2007 +0100 @@ -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)