##// END OF EJS Templates
patchbomb: Fix typo.
Bryan O'Sullivan -
r4492:c15955bd default
parent child Browse files
Show More
@@ -228,7 +228,7 b' def patchbomb(ui, repo, *revs, **opts):'
228
228
229 # option handling
229 # option handling
230 commands.setremoteconfig(ui, opts)
230 commands.setremoteconfig(ui, opts)
231 if opts.get('outgoint') and opts.get('bundle'):
231 if opts.get('outgoing') and opts.get('bundle'):
232 raise util.Abort(_("--outgoing mode always on with --bundle; do not re-specify --outgoing"))
232 raise util.Abort(_("--outgoing mode always on with --bundle; do not re-specify --outgoing"))
233
233
234 if opts.get('outgoing') or opts.get('bundle'):
234 if opts.get('outgoing') or opts.get('bundle'):
General Comments 0
You need to be logged in to leave comments. Login now