mercurial/statichttprepo.py
changeset 14076 924c82157d46
parent 13819 d16894e29f91
child 14091 0aa60e4e0b76
--- a/mercurial/statichttprepo.py	Sat Apr 30 16:33:47 2011 +0200
+++ b/mercurial/statichttprepo.py	Sat Apr 30 09:43:20 2011 -0700
@@ -85,7 +85,7 @@
         self.ui = ui
 
         self.root = path
-        u = url.url(path.rstrip('/') + "/.hg")
+        u = util.url(path.rstrip('/') + "/.hg")
         self.path, authinfo = u.authinfo()
 
         opener = build_opener(ui, authinfo)