mercurial/hgweb/hgweb_mod.py
changeset 5082 79373ec3f27d
parent 4959 97b734fb9c6f
parent 5079 ccdc8db02bdf
child 5266 46c5e1ee8aaa
--- a/mercurial/hgweb/hgweb_mod.py
+++ b/mercurial/hgweb/hgweb_mod.py
@@ -488,7 +488,7 @@ class hgweb(object):
                     continue
 
                 yield {"parity": parity.next(),
-                       "path": os.path.join(abspath, f),
+                       "path": "%s%s" % (abspath, f),
                        "basename": f[:-1]}
 
         yield self.t("manifest",