mercurial/hgweb/hgweb_mod.py
changeset 5123 79373ec3f27d
parent 4915 97b734fb9c6f
parent 5064 ccdc8db02bdf
child 5269 46c5e1ee8aaa
--- a/mercurial/hgweb/hgweb_mod.py	Sun Aug 05 12:09:55 2007 -0700
+++ b/mercurial/hgweb/hgweb_mod.py	Mon Aug 06 01:00:10 2007 -0300
@@ -488,7 +488,7 @@
                     continue
 
                 yield {"parity": parity.next(),
-                       "path": os.path.join(abspath, f),
+                       "path": "%s%s" % (abspath, f),
                        "basename": f[:-1]}
 
         yield self.t("manifest",