Show More
@@ -242,7 +242,8 b' def patch(strip, patchname, ui, cwd=None' | |||||
242 | files.setdefault(pf, (None, None)) |
|
242 | files.setdefault(pf, (None, None)) | |
243 | code = fp.close() |
|
243 | code = fp.close() | |
244 | if code: |
|
244 | if code: | |
245 |
raise util.Abort(_("patch command failed: %s") % |
|
245 | raise util.Abort(_("patch command failed: %s") % | |
|
246 | util.explain_exit(code)[0]) | |||
246 |
|
247 | |||
247 | for gp in gitpatches: |
|
248 | for gp in gitpatches: | |
248 | files[gp.path] = (gp.op, gp) |
|
249 | files[gp.path] = (gp.op, gp) |
General Comments 0
You need to be logged in to leave comments.
Login now