mercurial/debugcommands.py
changeset 45682 d2e1dcd4490d
parent 45665 308ca5528ee6
child 45715 0428978bca22
--- a/mercurial/debugcommands.py	Thu Oct 08 15:35:44 2020 -0700
+++ b/mercurial/debugcommands.py	Thu Oct 08 13:37:31 2020 -0700
@@ -1770,7 +1770,7 @@
     try:
         username = ui.username()
     except error.Abort as e:
-        err = stringutil.forcebytestr(e)
+        err = e.message
         problems += 1
 
     fm.condwrite(