Show More
@@ -229,7 +229,7 b' def patchbomb(ui, repo, *revs, **opts):' | |||||
229 | if not (revs or opts.get('rev') or opts.get('outgoing')): |
|
229 | if not (revs or opts.get('rev') or opts.get('outgoing')): | |
230 | raise util.Abort(_('specify at least one changeset with -r or -o')) |
|
230 | raise util.Abort(_('specify at least one changeset with -r or -o')) | |
231 |
|
231 | |||
232 |
c |
|
232 | cmdutil.setremoteconfig(ui, opts) | |
233 | if opts.get('outgoing') and opts.get('bundle'): |
|
233 | if opts.get('outgoing') and opts.get('bundle'): | |
234 | raise util.Abort(_("--outgoing mode always on with --bundle; do not re-specify --outgoing")) |
|
234 | raise util.Abort(_("--outgoing mode always on with --bundle; do not re-specify --outgoing")) | |
235 |
|
235 |
General Comments 0
You need to be logged in to leave comments.
Login now