mercurial/posix.py
changeset 14271 4030630fb59c
parent 14237 4d684d8210a1
child 14272 adf5f4bdeaf6
--- a/mercurial/posix.py	Sun May 08 16:16:41 2011 -0500
+++ b/mercurial/posix.py	Sun May 08 20:35:46 2011 +0200
@@ -221,7 +221,7 @@
     """Return True if the stat object st is from the current user."""
     return st.st_uid == os.getuid()
 
-def find_exe(command):
+def findexe(command):
     '''Find executable for command searching like which does.
     If command is a basename then PATH is searched for command.
     PATH isn't searched if command is an absolute or relative path.