Mercurial > public > mercurial-scm > hg-stable
diff mercurial/scmutil.py @ 14236:e949a008999d
rename util.executable_path to executablepath
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 06 May 2011 15:36:05 +0200 |
parents | d51630301241 |
children | e3649bcca3f6 |
line wrap: on
line diff
--- a/mercurial/scmutil.py Fri May 06 15:34:34 2011 +0200 +++ b/mercurial/scmutil.py Fri May 06 15:36:05 2011 +0200 @@ -425,7 +425,7 @@ def systemrcpath(): '''return default os-specific hgrc search path''' rcpath = [] - filename = util.executable_path() + filename = util.executablepath() # Use mercurial.ini found in directory with hg.exe progrc = os.path.join(os.path.dirname(filename), 'mercurial.ini') if os.path.isfile(progrc):