summaryrefslogtreecommitdiff
path: root/mercurial/templates/raw
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/raw')
-rw-r--r--mercurial/templates/raw/graph.tmpl6
-rw-r--r--mercurial/templates/raw/graphedge.tmpl1
-rw-r--r--mercurial/templates/raw/graphnode.tmpl7
-rw-r--r--mercurial/templates/raw/map8
4 files changed, 0 insertions, 22 deletions
diff --git a/mercurial/templates/raw/graph.tmpl b/mercurial/templates/raw/graph.tmpl
deleted file mode 100644
index da2a81a..0000000
--- a/mercurial/templates/raw/graph.tmpl
+++ /dev/null
@@ -1,6 +0,0 @@
-{header}
-# HG graph
-# Node ID {node}
-# Rows shown {rows}
-
-{nodes%graphnode}
diff --git a/mercurial/templates/raw/graphedge.tmpl b/mercurial/templates/raw/graphedge.tmpl
deleted file mode 100644
index cb84efa..0000000
--- a/mercurial/templates/raw/graphedge.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-edge: ({col}, {row}) -> ({nextcol}, {nextrow}) (color {color})
diff --git a/mercurial/templates/raw/graphnode.tmpl b/mercurial/templates/raw/graphnode.tmpl
deleted file mode 100644
index b1c9983..0000000
--- a/mercurial/templates/raw/graphnode.tmpl
+++ /dev/null
@@ -1,7 +0,0 @@
-changeset: {node}
-user: {user}
-date: {age}
-summary: {desc}
-{branches%branchname}{tags%tagname}{bookmarks%bookmarkname}
-node: ({col}, {row}) (color {color})
-{edges%graphedge}
diff --git a/mercurial/templates/raw/map b/mercurial/templates/raw/map
index 5a682b2..ed5c35b 100644
--- a/mercurial/templates/raw/map
+++ b/mercurial/templates/raw/map
@@ -1,5 +1,3 @@
-default = 'shortlog'
-shortlog = "'raw' is not a browsable style"
mimetype = 'text/plain; charset={encoding}'
header = ''
footer = ''
@@ -30,9 +28,3 @@ 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'