##// END OF EJS Templates
Added raw view for file annotate in hgweb.
Thomas Arendsen Hein -
r1694:03cb6bf4 default
parent child Browse files
Show More
@@ -0,0 +1,5 b''
1 #header#
2 #annotate%annotateline#
3 #footer#
4
5
@@ -10,7 +10,7 b''
10 10 </div>
11 11
12 12 <div class="page_nav">
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=#path|urlescape#;style=gitweb">manifest</a> | <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a> | <a href="?cmd=file;file=#file|urlescape#;filenode=#filenode#;style=gitweb">file</a> | <a href="?cmd=filelog;file=#file|urlescape#;filenode=#filenode#;style=gitweb">revisions</a> | annotate<br/>
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=#path|urlescape#;style=gitweb">manifest</a> | <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a> | <a href="?cmd=file;file=#file|urlescape#;filenode=#filenode#;style=gitweb">file</a> | <a href="?cmd=filelog;file=#file|urlescape#;filenode=#filenode#;style=gitweb">revisions</a> | annotate | <a href="?cmd=annotate;file=#file|urlescape#;filenode=#filenode#;style=raw">raw</a><br/>
14 14 </div>
15 15
16 16 <div class="title">#file|escape#</div>
@@ -10,6 +10,7 b''
10 10 <a href="?mf=#manifest|short#;path=#path|urlescape#">manifest</a>
11 11 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
12 12 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
13 <a href="?fa=#filenode|short#;file=#file|urlescape#;style=raw">raw</a>
13 14 </div>
14 15
15 16 <h2>Annotate #file|escape#</h2>
@@ -12,3 +12,5 b' filerevision = filerevision-raw.tmpl'
12 12 fileline = "#line#"
13 13 diffblock = "#lines#"
14 14 filediff = filediff-raw.tmpl
15 fileannotate = fileannotate-raw.tmpl
16 annotateline = "#author#@#rev#: #line#"
General Comments 0
You need to be logged in to leave comments. Login now