mercurial/mail.py
changeset 37463 bbd240f81ac5
parent 37458 00e4bd97b095
child 37469 7edf68862fe3
--- a/mercurial/mail.py	Sat Apr 07 21:21:03 2018 +0900
+++ b/mercurial/mail.py	Sat Apr 07 21:23:42 2018 +0900
@@ -150,7 +150,7 @@
     if ret:
         raise error.Abort('%s %s' % (
             os.path.basename(program.split(None, 1)[0]),
-            procutil.explainexit(ret)[0]))
+            procutil.explainexit(ret)))
 
 def _mbox(mbox, sender, recipients, msg):
     '''write mails to mbox'''