##// END OF EJS Templates
convert-repo: use commit rather than rawcommit
convert-repo: use commit rather than rawcommit

File last commit:

r1650:f2ebd525 default
r1656:14d73fff default
Show More
map-raw
15 lines | 572 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
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
difflineplus = "#line|escape#"
difflineminus = "#line|escape#"
difflineat = "#line|escape#"
diffline = "#line|escape#"
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#"
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 filenodelink = "#file|urlescape#"
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 filerevision = filerevision-raw.tmpl
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 fileline = "#line|escape#"
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 diffblock = "#lines#"
filediff = filediff-raw.tmpl