changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/raw/map

changeset 53: d25f982fb8a6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 20 Jul 2024 22:31:54 -0400
permissions: -rw-r--r--
description: init vc
1 default = 'shortlog'
2 shortlog = "'raw' is not a browsable style"
3 changelog = changelog.tmpl
4 changelogentry = logentry.tmpl
5 search = search.tmpl
6 mimetype = 'text/plain; charset={encoding}'
7 header = ''
8 footer = ''
9 changeset = changeset.tmpl
10 difflineplus = '{line}'
11 difflineminus = '{line}'
12 difflineat = '{line}'
13 diffline = '{line}'
14 changesetparent = '# Parent {node}'
15 changesetchild = '# Child {node}'
16 filenodelink = ''
17 filenolink = ''
18 fileline = '{line}'
19 diffblock = '{lines}'
20 filediff = filediff.tmpl
21 fileannotate = fileannotate.tmpl
22 annotateline = '{author|user}@{rev}: {line}'
23 manifest = manifest.tmpl
24 direntry = 'drwxr-xr-x {basename}\n'
25 fileentry = '{permissions|permissions} {size} {basename}\n'
26 index = index.tmpl
27 notfound = notfound.tmpl
28 error = error.tmpl
29 indexentry = '{url}\n'
30 tags = '{entries%tagentry}'
31 tagentry = '{tag} {node}\n'
32 bookmarks = '{entries%bookmarkentry}'
33 bookmarkentry = '{bookmark} {node}\n'
34 branches = '{entries%branchentry}'
35 branchentry = '{branch} {node} {status}\n'
36 graph = graph.tmpl
37 graphnode = graphnode.tmpl
38 graphedge = graphedge.tmpl
39 bookmarkname = 'bookmark: {name}\n'
40 branchname = 'branch: {name}\n'
41 tagname = 'tag: {name}\n'