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