mercurial/posix.py
changeset 14234 600e64004eb5
parent 14233 659f34b833b9
child 14235 b9e1b041744f
--- a/mercurial/posix.py	Fri May 06 15:25:35 2011 +0200
+++ b/mercurial/posix.py	Fri May 06 15:31:09 2011 +0200
@@ -210,7 +210,7 @@
     except OSError, inst:
         return inst.errno != errno.ESRCH
 
-def explain_exit(code):
+def explainexit(code):
     """return a 2-tuple (desc, code) describing a subprocess status
     (codes from kill are negative - not os.system/wait encoding)"""
     if code >= 0: