mercurial/util_win32.py
changeset 4098 c08b6af023bc
parent 3891 6b4127c7d52a
child 4382 8c2a18cc3096
--- a/mercurial/util_win32.py	Thu Feb 15 09:51:57 2007 -0700
+++ b/mercurial/util_win32.py	Fri Feb 16 05:53:03 2007 -0200
@@ -187,7 +187,7 @@
         filename = win32api.GetModuleFileName(0)
     return [os.path.join(os.path.dirname(filename), 'mercurial.ini')]
 
-def user_rcpath():
+def user_rcpath_win32():
     '''return os-specific hgrc search path to the user dir'''
     userdir = os.path.expanduser('~')
     if userdir == '~':