Show More
@@ -1478,7 +1478,7 b' def tryimportone(ui, repo, hunk, parents' | |||
|
1478 | 1478 | patch.patchrepo(ui, repo, p1, store, tmpname, strip, prefix, |
|
1479 | 1479 | files, eolmode=None) |
|
1480 | 1480 | except error.PatchError as e: |
|
1481 | raise error.Abort(str(e)) | |
|
1481 | raise error.Abort(util.forcebytestr(e)) | |
|
1482 | 1482 | if opts.get('exact'): |
|
1483 | 1483 | editor = None |
|
1484 | 1484 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now