##// END OF EJS Templates
gitweb: strip leading & trailing blank lines in changeset description
gitweb: strip leading & trailing blank lines in changeset description

File last commit:

r2094:c067ee48 default
r2195:f027bc2d default
Show More
map-raw
16 lines | 486 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#'
changesetparent = '# parent: #node#'
changesetchild = '# child: #node#'
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#'