##// END OF EJS Templates
patchbomb: make "hg email -b" w/o destination work as advertised
Christian Ebert -
r5674:659955e2 default
parent child Browse files
Show More
@@ -228,7 +228,8 b' def patchbomb(ui, repo, *revs, **opts):'
228 # really sending
228 # really sending
229 mail.validateconfig(ui)
229 mail.validateconfig(ui)
230
230
231 if not (revs or opts.get('rev') or opts.get('outgoing')):
231 if not (revs or opts.get('rev')
232 or opts.get('outgoing') or opts.get('bundle')):
232 raise util.Abort(_('specify at least one changeset with -r or -o'))
233 raise util.Abort(_('specify at least one changeset with -r or -o'))
233
234
234 cmdutil.setremoteconfig(ui, opts)
235 cmdutil.setremoteconfig(ui, opts)
General Comments 0
You need to be logged in to leave comments. Login now