# HG changeset patch # User Bryan O'Sullivan # Date 1180302840 25200 # Node ID c15955bde7dd828344be7da9d0cde366c0515bf3 # Parent 6d2d1dcd5f74acccb43e41ef2e24334a824047b2 patchbomb: Fix typo. diff -r 6d2d1dcd5f74 -r c15955bde7dd hgext/patchbomb.py --- a/hgext/patchbomb.py Sun May 27 14:53:46 2007 -0700 +++ b/hgext/patchbomb.py Sun May 27 14:54:00 2007 -0700 @@ -228,7 +228,7 @@ # option handling commands.setremoteconfig(ui, opts) - if opts.get('outgoint') and opts.get('bundle'): + if opts.get('outgoing') and opts.get('bundle'): raise util.Abort(_("--outgoing mode always on with --bundle; do not re-specify --outgoing")) if opts.get('outgoing') or opts.get('bundle'):