##// END OF EJS Templates
Merge with crew.
Merge with crew.

File last commit:

r2520:e30f425a default
r2531:7a90e0c7 merge default
Show More
map-raw
16 lines | 484 B | text/plain | TextLexer
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 header = header-raw.tmpl
Vadim Gelfer
use safer string parser for template engine.
r1901 footer = ''
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 changeset = changeset-raw.tmpl
Vadim Gelfer
use safer string parser for template engine.
r1901 difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
Benoit Boissinot
make changeset outputted by the raw template to be closer to 'hg export'
r2520 changesetparent = '# Parent #node#'
changesetchild = '# Child #node#'
Vadim Gelfer
use safer string parser for template engine.
r1901 filenodelink = ''
Alexis S. L. Carvalho
Fix filerevision-raw.tmpl...
r2094 filerevision = 'Content-Type: #mimetype#\nContent-Disposition: filename=#file#\n\n#raw#'
Vadim Gelfer
use safer string parser for template engine.
r1901 fileline = '#line#'
diffblock = '#lines#'
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 filediff = filediff-raw.tmpl
Thomas Arendsen Hein
Added raw view for file annotate in hgweb.
r1694 fileannotate = fileannotate-raw.tmpl
Vadim Gelfer
use safer string parser for template engine.
r1901 annotateline = '#author#@#rev#: #line#'