equal
deleted
inserted
replaced
291 _('&Done, skip remaining changes and files'), |
291 _('&Done, skip remaining changes and files'), |
292 _('Record &all changes to all remaining files'), |
292 _('Record &all changes to all remaining files'), |
293 _('&Quit, recording no changes'), |
293 _('&Quit, recording no changes'), |
294 _('&?')) |
294 _('&?')) |
295 r = ui.promptchoice("%s %s" % (query, resps), choices) |
295 r = ui.promptchoice("%s %s" % (query, resps), choices) |
|
296 ui.write("\n") |
296 if r == 7: # ? |
297 if r == 7: # ? |
297 doc = gettext(record.__doc__) |
298 doc = gettext(record.__doc__) |
298 c = doc.find(_('y - record this change')) |
299 c = doc.find(_('y - record this change')) |
299 for l in doc[c:].splitlines(): |
300 for l in doc[c:].splitlines(): |
300 if l: |
301 if l: |