--- a/mercurial/hgweb.py Sat Aug 20 13:08:07 2005 -0700
+++ b/mercurial/hgweb.py Sat Aug 20 13:11:36 2005 -0700
@@ -561,7 +561,7 @@
"manifest": mnode,
"basename": f[:-1]}
parity = 1 - parity
-
+
yield self.t("manifest",
manifest = mnode,
rev = rev,
@@ -882,8 +882,7 @@
except:
return default
- yield tmpl("indexentry",
- author = get("web", "author", "unknown"),
+ yield dict(author = get("web", "author", "unknown"),
name = get("web", "name", v),
url = os.environ["REQUEST_URI"] + "/" + v,
parity = parity,