##// END OF EJS Templates
hgweb/templates: remove unused vars from map-raw...
hgweb/templates: remove unused vars from map-raw annotateline contains html and it is unused filenodelink is unused but should be defined

File last commit:

r1693:74a5cef9 default
r1693:74a5cef9 default
Show More
map-raw
14 lines | 357 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