##// END OF EJS Templates
patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
Bryan O'Sullivan -
r4564:d48e1b5f default
parent child Browse files
Show More
@@ -229,7 +229,7 b' def patchbomb(ui, repo, *revs, **opts):'
229 229 if not (revs or opts.get('rev') or opts.get('outgoing')):
230 230 raise util.Abort(_('specify at least one changeset with -r or -o'))
231 231
232 commands.setremoteconfig(ui, opts)
232 cmdutil.setremoteconfig(ui, opts)
233 233 if opts.get('outgoing') and opts.get('bundle'):
234 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