# HG changeset patch # User Bryan O'Sullivan # Date 1189101174 25200 # Node ID 3ef190234b55e47c01fe31d39a23171d5821f403 # Parent f8c36b215281a7e8f3aaed632206d3627ee21e6e record: change wording of initial per-file prompt diff --git a/hgext/record.py b/hgext/record.py --- a/hgext/record.py +++ b/hgext/record.py @@ -277,7 +277,7 @@ def filterpatch(ui, chunks): 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]