mercurial/templates/json/map
changeset 24545 9e0c67e84896
parent 24544 71e96b9fd3fd
child 24546 adfd808c123f
--- a/mercurial/templates/json/map	Mon Mar 30 20:15:03 2015 -0700
+++ b/mercurial/templates/json/map	Tue Mar 31 14:52:21 2015 -0700
@@ -5,7 +5,15 @@
 changelog = '"not yet implemented"'
 changeset = '"not yet implemented"'
 manifest = '"not yet implemented"'
-tags = '"not yet implemented"'
+tags = '\{
+  "node": {node|json},
+  "tags": [{join(entriesnotip%tagentry, ", ")}]
+  }'
+tagentry = '\{
+  "tag": {tag|json},
+  "node": {node|json},
+  "date": {date|json}
+  }'
 bookmarks = '"not yet implemented"'
 branches = '"not yet implemented"'
 summary = '"not yet implemented"'