mercurial/crecord.py
branchstable
changeset 43364 dd64e229c46b
parent 43159 b02387005515
child 43458 117b41b1859d
--- a/mercurial/crecord.py	Fri Nov 01 17:39:17 2019 +0100
+++ b/mercurial/crecord.py	Fri Nov 01 17:38:07 2019 +0100
@@ -1816,7 +1816,7 @@
             try:
                 patch = self.ui.edit(patch.getvalue(), b"", action=b"diff")
             except error.Abort as exc:
-                self.errorstr = str(exc)
+                self.errorstr = stringutil.forcebytestr(exc)
                 return None
             finally:
                 self.stdscr.clear()