templates/map-raw
changeset 3276 105253b30239
parent 3275 db9d2a624521
child 3277 23682d3e4111
equal deleted inserted replaced
3275:db9d2a624521 3276:105253b30239
     1 header = raw/header.tmpl
       
     2 footer = ''
       
     3 changeset = raw/changeset.tmpl
       
     4 difflineplus = '#line#'
       
     5 difflineminus = '#line#'
       
     6 difflineat = '#line#'
       
     7 diffline = '#line#'
       
     8 changesetparent = '# Parent #node#'
       
     9 changesetchild = '# Child #node#'
       
    10 filenodelink = ''
       
    11 filerevision = '#rawfileheader##raw#'
       
    12 fileline = '#line#'
       
    13 diffblock = '#lines#'
       
    14 filediff = raw/filediff.tmpl
       
    15 fileannotate = raw/fileannotate.tmpl
       
    16 annotateline = '#author#@#rev#: #line#'