hgext/mq.py
changeset 13075 d73c3034deee
parent 13036 77aa74fe0e0b
child 13173 9b46dd253052
--- a/hgext/mq.py	Fri Dec 03 11:23:38 2010 +0100
+++ b/hgext/mq.py	Fri Dec 03 11:30:45 2010 +0100
@@ -1076,7 +1076,7 @@
 
             if move:
                 if not patch:
-                    raise  util.Abort(_("please specify the patch to move"))
+                    raise util.Abort(_("please specify the patch to move"))
                 for i, rpn in enumerate(self.full_series[start:]):
                     # strip markers for patch guards
                     if self.guard_re.split(rpn, 1)[0] == patch: