##// END OF EJS Templates
fix for hgweb.filterfiles...
fix for hgweb.filterfiles some variable weren't converted, fix a possible out of range error

File last commit:

r1606:ba625c80 default
r1627:11cd3828 default
Show More
map-raw
15 lines | 520 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
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#"
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 changesetchild = "# child: #node#"
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 filenodelink = "#file#"
filerevision = filerevision-raw.tmpl
fileline = "#line#"
diffblock = "#lines#"
filediff = filediff-raw.tmpl