mercurial/subrepo.py
changeset 11117 dd543e8da87e
parent 11112 4a9bee613737
child 11455 3827728b54e2
--- a/mercurial/subrepo.py	Thu May 06 15:17:00 2010 -0300
+++ b/mercurial/subrepo.py	Fri May 07 14:19:14 2010 -0500
@@ -145,7 +145,7 @@
                 parent = parent[:-1]
             r = urlparse.urlparse(parent + '/' + source)
             r = urlparse.urlunparse((r[0], r[1],
-                                     posixpath.normpath(r.path),
+                                     posixpath.normpath(r[2]),
                                      r[3], r[4], r[5]))
             return r
         return posixpath.normpath(os.path.join(parent, repo._subsource))