hgext/mq.py
changeset 25453 d3a00fc3680f
parent 25411 d298805fb639
child 25454 b5a8bc09b0db
--- a/hgext/mq.py	Fri Jun 05 15:20:33 2015 -0400
+++ b/hgext/mq.py	Fri Jun 05 14:31:52 2015 -0400
@@ -1104,7 +1104,7 @@
                                  % prefix)
         for c in ('#', ':'):
             if c in name:
-                raise util.Abort(_('"%s" cannot be used in the name of a patch')
+                raise util.Abort(_('%r cannot be used in the name of a patch')
                                  % c)
 
     def checkpatchname(self, name, force=False):