##// END OF EJS Templates
hgweb: add raw manifest template
Brendan Cully -
r3941:472d9670 default
parent child Browse files
Show More
@@ -0,0 +1,3
1 {header}
2 {dentries%manifestdirentry}{fentries%manifestfileentry}
3 {footer}
@@ -1,16 +1,19
1 header = header.tmpl
1 header = header.tmpl
2 footer = ''
2 footer = ''
3 changeset = changeset.tmpl
3 changeset = changeset.tmpl
4 difflineplus = '#line#'
4 difflineplus = '#line#'
5 difflineminus = '#line#'
5 difflineminus = '#line#'
6 difflineat = '#line#'
6 difflineat = '#line#'
7 diffline = '#line#'
7 diffline = '#line#'
8 changesetparent = '# Parent #node#'
8 changesetparent = '# Parent #node#'
9 changesetchild = '# Child #node#'
9 changesetchild = '# Child #node#'
10 filenodelink = ''
10 filenodelink = ''
11 filerevision = '#rawfileheader##raw#'
11 filerevision = '#rawfileheader##raw#'
12 fileline = '#line#'
12 fileline = '#line#'
13 diffblock = '#lines#'
13 diffblock = '#lines#'
14 filediff = filediff.tmpl
14 filediff = filediff.tmpl
15 fileannotate = fileannotate.tmpl
15 fileannotate = fileannotate.tmpl
16 annotateline = '#author#@#rev#: #line#'
16 annotateline = '#author#@#rev#: #line#'
17 manifest = manifest.tmpl
18 manifestdirentry = 'drwxr-xr-x {basename}\n'
19 manifestfileentry = '{permissions|permissions} {size} {basename}\n'
General Comments 0
You need to be logged in to leave comments. Login now