Show More
@@ -277,7 +277,7 b' def filterpatch(ui, chunks):' | |||
|
277 | 277 | seen[hdr] = True |
|
278 | 278 | if resp_all[0] is None: |
|
279 | 279 | chunk.pretty(ui) |
|
280 |
r = prompt(_(' |
|
|
280 | r = prompt(_('examine changes to %s?') % | |
|
281 | 281 | _(' and ').join(map(repr, chunk.files()))) |
|
282 | 282 | if r == 'y': |
|
283 | 283 | applied[chunk.filename()] = [chunk] |
General Comments 0
You need to be logged in to leave comments.
Login now