mercurial/windows.py
changeset 14271 4030630fb59c
parent 14234 600e64004eb5
child 14892 d2d592718e90
--- a/mercurial/windows.py	Sun May 08 16:16:41 2011 -0500
+++ b/mercurial/windows.py	Sun May 08 20:35:46 2011 +0200
@@ -163,7 +163,7 @@
 def isowner(st):
     return True
 
-def find_exe(command):
+def findexe(command):
     '''Find executable for command searching like cmd.exe does.
     If command is a basename then PATH is searched for command.
     PATH isn't searched if command is an absolute or relative path.