Mercurial > hg
diff hgext/record.py @ 17091:f7a2849ef8cd
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 01 Jul 2012 21:20:30 -0500 |
parents | 38caf405d010 b013baa3898e |
children | e7cfe3587ea4 |
line wrap: on
line diff
--- 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