author | Bryan O'Sullivan <bos@serpentine.com> |
Sun, 27 May 2007 14:54:00 -0700 | |
changeset 4492 | c15955bde7dd |
parent 4491 | 6d2d1dcd5f74 |
child 4493 | ead2fa544cbf |
--- 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'):