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