# HG changeset patch # User Paul Boddie # Date 1321053908 -3600 # Node ID a5f66f9fa9eb2f60188c2ed62d916e56278039f9 # Parent d0aaf815a478f252807e6c9503d6a10d5b0ac894 Fixed the file annotation navigation to link to the file's annotation for each given changeset instead of the changeset itself. diff -r d0aaf815a478 -r a5f66f9fa9eb themes/mercurialweb/fileannotate.tmpl --- a/themes/mercurialweb/fileannotate.tmpl Mon Oct 10 22:48:30 2011 +0200 +++ b/themes/mercurialweb/fileannotate.tmpl Sat Nov 12 00:25:08 2011 +0100 @@ -30,9 +30,9 @@

Annotated {file|escape}

- +
{rev}:{node|short}
- + diff -r d0aaf815a478 -r a5f66f9fa9eb themes/mercurialweb/map --- a/themes/mercurialweb/map Mon Oct 10 22:48:30 2011 +0200 +++ b/themes/mercurialweb/map Sat Nov 12 00:25:08 2011 +0100 @@ -37,6 +37,7 @@ graphpagerentry = '{before%graphpagerlink}{after%graphpagerlink}' shortlogpagerentry = '{before%shortlogpagerlink}{after%shortlogpagerlink}' +annotatelink = '{rev}:{node|short} ' archiveentry = '{type|xmlescape} ' branchlabel = '{name} ' branchtag = '{name} '