##// END OF EJS Templates
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates

File last commit:

r1692:8225bb79 default
r1692:8225bb79 default
Show More
map-raw
15 lines | 530 B | text/plain | TextLexer
header = header-raw.tmpl
footer = ""
changeset = changeset-raw.tmpl
annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line#</pre></td></tr>"
difflineplus = "#line#"
difflineminus = "#line#"
difflineat = "#line#"
diffline = "#line#"
changesetparent = "# parent: #node#"
changesetchild = "# child: #node#"
filenodelink = "#file|urlescape#"
filerevision = filerevision-raw.tmpl
fileline = "#line#"
diffblock = "#lines#"
filediff = filediff-raw.tmpl