##// END OF EJS Templates
convert-repo: fix reversed time zone offset
convert-repo: fix reversed time zone offset

File last commit:

r1901:c64bef3d default
r2093:5cc41472 default
Show More
map-raw
16 lines | 434 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 = ''
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 filerevision = filerevision-raw.tmpl
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#'