Show More
@@ -393,11 +393,11 b' the hunk is left unchanged.' | |||||
393 | if skipfile is None and skipall is None: |
|
393 | if skipfile is None and skipall is None: | |
394 | chunk.pretty(ui) |
|
394 | chunk.pretty(ui) | |
395 | if total == 1: |
|
395 | if total == 1: | |
396 |
msg = _(' |
|
396 | msg = _("record this change to '%s'?") % chunk.filename() | |
397 | else: |
|
397 | else: | |
398 | idx = pos - len(h.hunks) + i |
|
398 | idx = pos - len(h.hunks) + i | |
399 |
msg = _( |
|
399 | msg = _("record change %d/%d to '%s'?") % (idx, total, | |
400 | chunk.filename()) |
|
400 | chunk.filename()) | |
401 | r, skipfile, skipall, newpatches = prompt(skipfile, |
|
401 | r, skipfile, skipall, newpatches = prompt(skipfile, | |
402 | skipall, msg, chunk) |
|
402 | skipall, msg, chunk) | |
403 | if r: |
|
403 | if r: |
General Comments 0
You need to be logged in to leave comments.
Login now