mercurial/patch.py
changeset 14234 600e64004eb5
parent 14231 8abe4db2d162
child 14240 28762bb767dc
--- a/mercurial/patch.py	Fri May 06 15:25:35 2011 +0200
+++ b/mercurial/patch.py	Fri May 06 15:31:09 2011 +0200
@@ -1191,7 +1191,7 @@
     code = fp.close()
     if code:
         raise PatchError(_("patch command failed: %s") %
-                         util.explain_exit(code)[0])
+                         util.explainexit(code)[0])
     return fuzz
 
 def internalpatch(patchobj, ui, strip, cwd, files=None, eolmode='strict'):