##// END OF EJS Templates
Fix filerevision-raw.tmpl...
Alexis S. L. Carvalho -
r2094:c067ee48 default
parent child Browse files
Show More
@@ -1,16 +1,16 b''
1 1 header = header-raw.tmpl
2 2 footer = ''
3 3 changeset = changeset-raw.tmpl
4 4 difflineplus = '#line#'
5 5 difflineminus = '#line#'
6 6 difflineat = '#line#'
7 7 diffline = '#line#'
8 8 changesetparent = '# parent: #node#'
9 9 changesetchild = '# child: #node#'
10 10 filenodelink = ''
11 filerevision = filerevision-raw.tmpl
11 filerevision = 'Content-Type: #mimetype#\nContent-Disposition: filename=#file#\n\n#raw#'
12 12 fileline = '#line#'
13 13 diffblock = '#lines#'
14 14 filediff = filediff-raw.tmpl
15 15 fileannotate = fileannotate-raw.tmpl
16 16 annotateline = '#author#@#rev#: #line#'
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now