##// END OF EJS Templates
Copy manifest map before modifying it (see issue86)
Copy manifest map before modifying it (see issue86)

File last commit:

r1606:ba625c80 default
r1629:3024cacf 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