hgext/patchbomb.py
changeset 10282 08a0f04b56bd
parent 10264 d6512b3e9ac0
child 10285 61f4ea277f23
--- a/hgext/patchbomb.py	Mon Jan 25 00:05:22 2010 -0600
+++ b/hgext/patchbomb.py	Mon Jan 25 00:05:27 2010 -0600
@@ -80,7 +80,7 @@
     if not ui.interactive():
         if default is not None:
             return default
-        raise util.Abort(_("%s Please enter a valid value" % (prompt+rest)))
+        raise util.Abort(_("%s Please enter a valid value" % (prompt + rest)))
     if default:
         prompt += ' [%s]' % default
     prompt += rest