Show More
@@ -380,7 +380,7 b' the hunk is left unchanged.' | |||
|
380 | 380 | if skipall is None: |
|
381 | 381 | h.pretty(ui) |
|
382 | 382 | msg = (_('examine changes to %s?') % |
|
383 |
_(' and ').join( |
|
|
383 | _(' and ').join("'%s'" % f for f in h.files())) | |
|
384 | 384 | r, skipfile, skipall, np = prompt(skipfile, skipall, msg, None) |
|
385 | 385 | if not r: |
|
386 | 386 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now