(Arne Babenhauserheide)
2011-10-20: link the full changelog on the main page. link the full changelog on the main page.
diff --git a/static.py b/static.py --- a/static.py +++ b/static.py @@ -98,7 +98,7 @@ def writeoverview(ui, repo, target, name break # now add the 5 most recent log entries # divert all following ui output to a string, so we can just use standard functions - overview.write("<h2>Changes</h2>") + overview.write("<h2>Changes (<a href='commits'>full changelog</a>)</h2>") ui.pushbuffer() t = cmdutil.changeset_templater(ui, repo, patch=False, diffopts=None, mapfile=None, buffered=False) t.use_template("""<div style='float: right; padding-left: 0.5em'><em>({author|person})</em></div><strong> {date|shortdate}: <a href='commit/{node}.html'>{desc|strip|fill68|firstline}</a> <span style='font-size: xx-small'>{branches} {tags}</span><p>{desc|escape}</p>""")