mercurial/mail.py
changeset 14234 600e64004eb5
parent 13244 d8f92c3a17d6
child 14271 4030630fb59c
--- a/mercurial/mail.py	Fri May 06 15:25:35 2011 +0200
+++ b/mercurial/mail.py	Fri May 06 15:31:09 2011 +0200
@@ -91,7 +91,7 @@
     if ret:
         raise util.Abort('%s %s' % (
             os.path.basename(program.split(None, 1)[0]),
-            util.explain_exit(ret)[0]))
+            util.explainexit(ret)[0]))
 
 def connect(ui):
     '''make a mail connection. return a function to send mail.