Show More
@@ -228,7 +228,8 b' def patchbomb(ui, repo, *revs, **opts):' | |||
|
228 | 228 | # really sending |
|
229 | 229 | mail.validateconfig(ui) |
|
230 | 230 | |
|
231 |
if not (revs or opts.get('rev') |
|
|
231 | if not (revs or opts.get('rev') | |
|
232 | or opts.get('outgoing') or opts.get('bundle')): | |
|
232 | 233 | raise util.Abort(_('specify at least one changeset with -r or -o')) |
|
233 | 234 | |
|
234 | 235 | cmdutil.setremoteconfig(ui, opts) |
General Comments 0
You need to be logged in to leave comments.
Login now