author | Bryan O'Sullivan <bos@serpentine.com> |
Thu, 06 Sep 2007 10:52:54 -0700 | |
changeset 5285 | 3ef190234b55 |
parent 5284 | f8c36b215281 |
child 5286 | cbec83d9b0b4 |
hgext/record.py | file | annotate | diff | comparison | revisions |
--- a/hgext/record.py Wed Sep 05 21:53:59 2007 +0200 +++ b/hgext/record.py Thu Sep 06 10:52:54 2007 -0700 @@ -277,7 +277,7 @@ seen[hdr] = True if resp_all[0] is None: chunk.pretty(ui) - r = prompt(_('record changes to %s?') % + r = prompt(_('examine changes to %s?') % _(' and ').join(map(repr, chunk.files()))) if r == 'y': applied[chunk.filename()] = [chunk]