##// END OF EJS Templates
hgweb: avoid traceback if raw is used as default style...
Matt Mackall -
r17277:323de4f4 stable
parent child Browse files
Show More
@@ -1,36 +1,38
1 default = 'shortlog'
2 shortlog = "'raw' is not a browsable style"
1 3 mimetype = 'text/plain; charset={encoding}'
2 4 header = ''
3 5 footer = ''
4 6 changeset = changeset.tmpl
5 7 difflineplus = '{line}'
6 8 difflineminus = '{line}'
7 9 difflineat = '{line}'
8 10 diffline = '{line}'
9 11 changesetparent = '# Parent {node}'
10 12 changesetchild = '# Child {node}'
11 13 filenodelink = ''
12 14 filenolink = ''
13 15 fileline = '{line}'
14 16 diffblock = '{lines}'
15 17 filediff = filediff.tmpl
16 18 fileannotate = fileannotate.tmpl
17 19 annotateline = '{author|user}@{rev}: {line}'
18 20 manifest = manifest.tmpl
19 21 direntry = 'drwxr-xr-x {basename}\n'
20 22 fileentry = '{permissions|permissions} {size} {basename}\n'
21 23 index = index.tmpl
22 24 notfound = notfound.tmpl
23 25 error = error.tmpl
24 26 indexentry = '{url}\n'
25 27 tags = '{entries%tagentry}'
26 28 tagentry = '{tag} {node}\n'
27 29 bookmarks = '{entries%bookmarkentry}'
28 30 bookmarkentry = '{bookmark} {node}\n'
29 31 branches = '{entries%branchentry}'
30 32 branchentry = '{branch} {node} {status}\n'
31 33 graph = graph.tmpl
32 34 graphnode = graphnode.tmpl
33 35 graphedge = graphedge.tmpl
34 36 bookmarkname = 'bookmark: {name}\n'
35 37 branchname = 'branch: {name}\n'
36 38 tagname = 'tag: {name}\n'
General Comments 0
You need to be logged in to leave comments. Login now