##// 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 mimetype = 'text/plain; charset={encoding}'
1 mimetype = 'text/plain; charset={encoding}'
2 header = ''
2 header = ''
3 footer = ''
3 footer = ''
4 changeset = changeset.tmpl
4 changeset = changeset.tmpl
5 difflineplus = '{line}'
5 difflineplus = '{line}'
6 difflineminus = '{line}'
6 difflineminus = '{line}'
7 difflineat = '{line}'
7 difflineat = '{line}'
8 diffline = '{line}'
8 diffline = '{line}'
9 changesetparent = '# Parent {node}'
9 changesetparent = '# Parent {node}'
10 changesetchild = '# Child {node}'
10 changesetchild = '# Child {node}'
11 filenodelink = ''
11 filenodelink = ''
12 filenolink = ''
12 fileline = '{line}'
13 fileline = '{line}'
13 diffblock = '{lines}'
14 diffblock = '{lines}'
14 filediff = filediff.tmpl
15 filediff = filediff.tmpl
15 fileannotate = fileannotate.tmpl
16 fileannotate = fileannotate.tmpl
16 annotateline = '{author|user}@{rev}: {line}'
17 annotateline = '{author|user}@{rev}: {line}'
17 manifest = manifest.tmpl
18 manifest = manifest.tmpl
18 direntry = 'drwxr-xr-x {basename}\n'
19 direntry = 'drwxr-xr-x {basename}\n'
19 fileentry = '{permissions|permissions} {size} {basename}\n'
20 fileentry = '{permissions|permissions} {size} {basename}\n'
20 index = index.tmpl
21 index = index.tmpl
21 notfound = notfound.tmpl
22 notfound = notfound.tmpl
22 error = error.tmpl
23 error = error.tmpl
23 indexentry = '{url}\n'
24 indexentry = '{url}\n'
24 tags = '{entries%tagentry}'
25 tags = '{entries%tagentry}'
25 tagentry = '{tag} {node}\n'
26 tagentry = '{tag} {node}\n'
26 branches = '{entries%branchentry}'
27 branches = '{entries%branchentry}'
27 branchentry = '{branch} {node} {status}\n'
28 branchentry = '{branch} {node} {status}\n'
General Comments 0
You need to be logged in to leave comments. Login now