diff mercurial/patch.py @ 14234:600e64004eb5

rename explain_exit to explainexit
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 06 May 2011 15:31:09 +0200
parents 8abe4db2d162
children 28762bb767dc
line wrap: on
line diff
--- 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'):