hgext/record.py
changeset 17091 f7a2849ef8cd
parent 16743 38caf405d010
parent 17081 b013baa3898e
child 17424 e7cfe3587ea4
--- a/hgext/record.py	Sun Jul 01 21:19:57 2012 -0500
+++ b/hgext/record.py	Sun Jul 01 21:20:30 2012 -0500
@@ -381,7 +381,7 @@
         if skipall is None:
             h.pretty(ui)
         msg = (_('examine changes to %s?') %
-               _(' and ').join(map(repr, h.files())))
+               _(' and ').join("'%s'" % f for f in h.files()))
         r, skipfile, skipall, np = prompt(skipfile, skipall, msg, None)
         if not r:
             continue