##// END OF EJS Templates
Added raw view for file annotate in hgweb.
Added raw view for file annotate in hgweb.

File last commit:

r1694:03cb6bf4 default
r1694:03cb6bf4 default
Show More
map-raw
16 lines | 434 B | text/plain | TextLexer
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 header = header-raw.tmpl
footer = ""
changeset = changeset-raw.tmpl
Benoit Boissinot
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
r1692 difflineplus = "#line#"
difflineminus = "#line#"
difflineat = "#line#"
diffline = "#line#"
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 changesetparent = "# parent: #node#"
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 changesetchild = "# child: #node#"
Benoit Boissinot
hgweb/templates: remove unused vars from map-raw...
r1693 filenodelink = ""
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 filerevision = filerevision-raw.tmpl
Benoit Boissinot
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
r1692 fileline = "#line#"
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 diffblock = "#lines#"
filediff = filediff-raw.tmpl
Thomas Arendsen Hein
Added raw view for file annotate in hgweb.
r1694 fileannotate = fileannotate-raw.tmpl
annotateline = "#author#@#rev#: #line#"