hgext/mq.py
changeset 38083 558e5504a4f8
parent 38082 88c2d0e639b1
child 38823 e7aa113b14f7
--- a/hgext/mq.py	Sat May 19 00:21:59 2018 +0530
+++ b/hgext/mq.py	Sat May 19 00:23:36 2018 +0530
@@ -492,7 +492,8 @@
                     n, name = entry
                     yield statusentry(bin(n), name)
                 elif l.strip():
-                    self.ui.warn(_('malformated mq status line: %s\n') % entry)
+                    self.ui.warn(_('malformated mq status line: %s\n') %
+                                 stringutil.pprint(entry))
                 # else we ignore empty lines
         try:
             lines = self.opener.read(self.statuspath).splitlines()