summaryrefslogtreecommitdiff
path: root/mercurial/templates/raw/map
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/raw/map')
-rw-r--r--mercurial/templates/raw/map38
1 files changed, 38 insertions, 0 deletions
diff --git a/mercurial/templates/raw/map b/mercurial/templates/raw/map
new file mode 100644
index 0000000..5a682b2
--- /dev/null
+++ b/mercurial/templates/raw/map
@@ -0,0 +1,38 @@
+default = 'shortlog'
+shortlog = "'raw' is not a browsable style"
+mimetype = 'text/plain; charset={encoding}'
+header = ''
+footer = ''
+changeset = changeset.tmpl
+difflineplus = '{line}'
+difflineminus = '{line}'
+difflineat = '{line}'
+diffline = '{line}'
+changesetparent = '# Parent {node}'
+changesetchild = '# Child {node}'
+filenodelink = ''
+filenolink = ''
+fileline = '{line}'
+diffblock = '{lines}'
+filediff = filediff.tmpl
+fileannotate = fileannotate.tmpl
+annotateline = '{author|user}@{rev}: {line}'
+manifest = manifest.tmpl
+direntry = 'drwxr-xr-x {basename}\n'
+fileentry = '{permissions|permissions} {size} {basename}\n'
+index = index.tmpl
+notfound = notfound.tmpl
+error = error.tmpl
+indexentry = '{url}\n'
+tags = '{entries%tagentry}'
+tagentry = '{tag} {node}\n'
+bookmarks = '{entries%bookmarkentry}'
+bookmarkentry = '{bookmark} {node}\n'
+branches = '{entries%branchentry}'
+branchentry = '{branch} {node} {status}\n'
+graph = graph.tmpl
+graphnode = graphnode.tmpl
+graphedge = graphedge.tmpl
+bookmarkname = 'bookmark: {name}\n'
+branchname = 'branch: {name}\n'
+tagname = 'tag: {name}\n'