# HG changeset patch # User Thomas Arendsen Hein # Date 1138967402 -3600 # Node ID 03cb6bf43a9b8d2e54e5b13df94d7d7d2ce7eb3b # Parent 74a5cef971aa95f00c6ddfca7c8f84dacd3690db Added raw view for file annotate in hgweb. diff -r 74a5cef971aa -r 03cb6bf43a9b templates/fileannotate-gitweb.tmpl --- a/templates/fileannotate-gitweb.tmpl Fri Feb 03 11:54:16 2006 +0100 +++ b/templates/fileannotate-gitweb.tmpl Fri Feb 03 12:50:02 2006 +0100 @@ -10,7 +10,7 @@
#file|escape#
diff -r 74a5cef971aa -r 03cb6bf43a9b templates/fileannotate-raw.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/fileannotate-raw.tmpl Fri Feb 03 12:50:02 2006 +0100 @@ -0,0 +1,5 @@ +#header# +#annotate%annotateline# +#footer# + + diff -r 74a5cef971aa -r 03cb6bf43a9b templates/fileannotate.tmpl --- a/templates/fileannotate.tmpl Fri Feb 03 11:54:16 2006 +0100 +++ b/templates/fileannotate.tmpl Fri Feb 03 12:50:02 2006 +0100 @@ -10,6 +10,7 @@ manifest file revisions +raw

Annotate #file|escape#

diff -r 74a5cef971aa -r 03cb6bf43a9b templates/map-raw --- a/templates/map-raw Fri Feb 03 11:54:16 2006 +0100 +++ b/templates/map-raw Fri Feb 03 12:50:02 2006 +0100 @@ -12,3 +12,5 @@ fileline = "#line#" diffblock = "#lines#" filediff = filediff-raw.tmpl +fileannotate = fileannotate-raw.tmpl +annotateline = "#author#@#rev#: #line#"