changeset 4486:c15955bde7dd

patchbomb: Fix typo.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 27 May 2007 14:54:00 -0700
parents 6d2d1dcd5f74
children ead2fa544cbf
files hgext/patchbomb.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -228,7 +228,7 @@ def patchbomb(ui, repo, *revs, **opts):
 
     # 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'):