(Arne Babenhauserheide)
2011-11-24: note on the commit page that the hex goes to the diff. note on the commit page that the hex goes to the diff.
diff --git a/site.py b/site.py --- a/site.py +++ b/site.py @@ -57,7 +57,7 @@ templates = { "foot": "</body></html>\n", "screenstyle": """ """, "printstyle": """ """, - "manifesthead": """<h2>""" + _("Commit")+""": <a href='../../commit/{hex}.html'>{hex}</a></h2> + "manifesthead": """<h2>""" + _("Commit (see the whole diff)")+""": <a href='../../commit/{hex}.html'>{hex}</a></h2> <p>{desc}</p><p>{user}</p> <h2>""" + _("Files in this revision") + "</h2>", "commitlog": """\n<div style='float: right; padding-left: 0.5em'><em>({author|person})</em></div><strong> {date|shortdate}: <a href='{relativepath}src/{node}/index.html'>{desc|strip|fill68|firstline}</a></strong> <span style='font-size: xx-small'>{branches} {tags} {bookmarks}</span><p>{desc|escape}</p>\n"""