mercurial/win32.py
changeset 14236 e949a008999d
parent 14235 b9e1b041744f
child 14237 4d684d8210a1
--- a/mercurial/win32.py	Fri May 06 15:34:34 2011 +0200
+++ b/mercurial/win32.py	Fri May 06 15:36:05 2011 +0200
@@ -218,7 +218,7 @@
         finally:
             adv.RegCloseKey(kh.value)
 
-def executable_path():
+def executablepath():
     '''return full path of hg.exe'''
     size = 600
     buf = ctypes.create_string_buffer(size + 1)