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