##// END OF EJS Templates
Remove temporary git patch files
Remove temporary git patch files

File last commit:

r2539:8a8d9ada merge default
r3056:6848528f default
Show More
map-raw
16 lines | 433 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 = ''
Eric Hopper
Fix raw files in the web UI.
r2534 filerevision = '#rawfileheader##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#'