mercurial/templates/json/map
changeset 43717 6feaee05bac5
parent 39469 1a786fe069b8
child 43718 d155bf11cf22
--- a/mercurial/templates/json/map	Fri Nov 15 16:02:01 2019 -0500
+++ b/mercurial/templates/json/map	Fri Nov 15 15:56:25 2019 -0500
@@ -65,6 +65,7 @@
   "tags": [{join(changesettag, ", ")}],
   "user": {author|utf8|json},
   "parents": [{join(parent%changesetparent, ", ")}],
+  "files": [{join(files, ", ")}],
   "phase": {phase|json}
   }'
 changesetbranch = '{name|utf8|json}'
@@ -229,8 +230,11 @@
   "topic": {topic|utf8|json},
   "rawdoc": {doc|utf8|json}
   }'
-filenodelink = ''
-filenolink = ''
+filenodelink = '\{
+  "file": {file|json},
+  "status": {status|json}
+  }'
+filenolink = '{filenodelink}'
 index = '\{
   "entries": [{join(entries%indexentry, ", ")}]
   }'