##// END OF EJS Templates
hgweb: Search templates in templatepath/style/map, too, using a common function....
hgweb: Search templates in templatepath/style/map, too, using a common function. This allows for web templates to be self-contained in a directory, which makes copying and modifying them easier.

File last commit:

r3236:a63be0df default
r3276:db9d2a62 default
Show More
map-raw
16 lines | 433 B | text/plain | TextLexer
header = raw/header.tmpl
footer = ''
changeset = raw/changeset.tmpl
difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
changesetparent = '# Parent #node#'
changesetchild = '# Child #node#'
filenodelink = ''
filerevision = '#rawfileheader##raw#'
fileline = '#line#'
diffblock = '#lines#'
filediff = raw/filediff.tmpl
fileannotate = raw/fileannotate.tmpl
annotateline = '#author#@#rev#: #line#'