mercurial/util.py
branchstable
changeset 14825 de9eb6b1da4f
parent 14766 4f56b7530eab
child 14908 e2b5605501df
child 14915 28edd65000d9
--- a/mercurial/util.py	Fri Jul 01 18:13:48 2011 +0200
+++ b/mercurial/util.py	Fri Jul 01 17:37:09 2011 +0200
@@ -1589,7 +1589,7 @@
 def hasdriveletter(path):
     return path[1:2] == ':' and path[0:1].isalpha()
 
-def localpath(path):
+def urllocalpath(path):
     return url(path, parsequery=False, parsefragment=False).localpath()
 
 def hidepassword(u):