##// END OF EJS Templates
templates: add filenolink to raw style (issue2332)
Matt Mackall -
r11936:5b559934 default
parent child Browse files
Show More
@@ -1,27 +1,28 b''
1 1 mimetype = 'text/plain; charset={encoding}'
2 2 header = ''
3 3 footer = ''
4 4 changeset = changeset.tmpl
5 5 difflineplus = '{line}'
6 6 difflineminus = '{line}'
7 7 difflineat = '{line}'
8 8 diffline = '{line}'
9 9 changesetparent = '# Parent {node}'
10 10 changesetchild = '# Child {node}'
11 11 filenodelink = ''
12 filenolink = ''
12 13 fileline = '{line}'
13 14 diffblock = '{lines}'
14 15 filediff = filediff.tmpl
15 16 fileannotate = fileannotate.tmpl
16 17 annotateline = '{author|user}@{rev}: {line}'
17 18 manifest = manifest.tmpl
18 19 direntry = 'drwxr-xr-x {basename}\n'
19 20 fileentry = '{permissions|permissions} {size} {basename}\n'
20 21 index = index.tmpl
21 22 notfound = notfound.tmpl
22 23 error = error.tmpl
23 24 indexentry = '{url}\n'
24 25 tags = '{entries%tagentry}'
25 26 tagentry = '{tag} {node}\n'
26 27 branches = '{entries%branchentry}'
27 28 branchentry = '{branch} {node} {status}\n'
General Comments 0
You need to be logged in to leave comments. Login now