hgext/record.py
branchstable
changeset 17081 b013baa3898e
parent 16328 d388c3fc8319
child 17091 f7a2849ef8cd
--- a/hgext/record.py	Sun Jul 01 08:09:00 2012 -0300
+++ b/hgext/record.py	Sun Jul 01 13:10:54 2012 -0500
@@ -380,7 +380,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