--- a/mercurial/templates/json/map Mon Jan 04 23:05:09 2016 +0900
+++ b/mercurial/templates/json/map Sun Dec 27 17:59:57 2015 +0900
@@ -8,26 +8,26 @@
changelistentry = '\{
"node": {node|json},
"date": {date|json},
- "desc": {desc|json},
+ "desc": {desc|utf8|json},
"bookmarks": [{join(bookmarks%changelistentryname, ", ")}],
"tags": [{join(tags%changelistentryname, ", ")}],
- "user": {author|json}
+ "user": {author|utf8|json}
}'
-changelistentryname = '{name|json}'
+changelistentryname = '{name|utf8|json}'
changeset = '\{
"node": {node|json},
"date": {date|json},
- "desc": {desc|json},
+ "desc": {desc|utf8|json},
"branch": {if(branch, branch%changesetbranch, "default"|json)},
"bookmarks": [{join(changesetbookmark, ", ")}],
"tags": [{join(changesettag, ", ")}],
- "user": {author|json},
+ "user": {author|utf8|json},
"parents": [{join(parent%changesetparent, ", ")}],
"phase": {phase|json}
}'
-changesetbranch = '{name|json}'
-changesetbookmark = '{bookmark|json}'
-changesettag = '{tag|json}'
+changesetbranch = '{name|utf8|json}'
+changesetbookmark = '{bookmark|utf8|json}'
+changesettag = '{tag|utf8|json}'
changesetparent = '{node|json}'
manifest = '\{
"node": {node|json},
@@ -37,7 +37,7 @@
"bookmarks": [{join(bookmarks%name, ", ")}],
"tags": [{join(tags%name, ", ")}]
}'
-name = '{name|json}'
+name = '{name|utf8|json}'
direntry = '\{
"abspath": {path|json},
"basename": {basename|json},
@@ -55,7 +55,7 @@
"tags": [{join(entriesnotip%tagentry, ", ")}]
}'
tagentry = '\{
- "tag": {tag|json},
+ "tag": {tag|utf8|json},
"node": {node|json},
"date": {date|json}
}'
@@ -64,7 +64,7 @@
"bookmarks": [{join(entries%bookmarkentry, ", ")}]
}'
bookmarkentry = '\{
- "bookmark": {bookmark|json},
+ "bookmark": {bookmark|utf8|json},
"node": {node|json},
"date": {date|json}
}'
@@ -72,7 +72,7 @@
"branches": [{join(entries%branchentry, ", ")}]
}'
branchentry = '\{
- "branch": {branch|json},
+ "branch": {branch|utf8|json},
"node": {node|json},
"date": {date|json},
"status": {status|json}
@@ -82,8 +82,8 @@
"path": {file|json},
"node": {node|json},
"date": {date|json},
- "desc": {desc|json},
- "author": {author|json},
+ "desc": {desc|utf8|json},
+ "author": {author|utf8|json},
"parents": [{join(parent%changesetparent, ", ")}],
"children": [{join(child%changesetparent, ", ")}],
"diff": [{join(diff%diffblock, ", ")}]
@@ -116,8 +116,8 @@
"path": {file|json},
"node": {node|json},
"date": {date|json},
- "desc": {desc|json},
- "author": {author|json},
+ "desc": {desc|utf8|json},
+ "author": {author|utf8|json},
"parents": [{join(parent%changesetparent, ", ")}],
"children": [{join(child%changesetparent, ", ")}],
"leftnode": {leftnode|json},
@@ -137,9 +137,9 @@
fileannotate = '\{
"abspath": {file|json},
"node": {node|json},
- "author": {author|json},
+ "author": {author|utf8|json},
"date": {date|json},
- "desc": {desc|json},
+ "desc": {desc|utf8|json},
"parents": [{join(parent%changesetparent, ", ")}],
"children": [{join(child%changesetparent, ", ")}],
"permissions": {permissions|json},
@@ -147,8 +147,8 @@
}'
fileannotation = '\{
"node": {node|json},
- "author": {author|json},
- "desc": {desc|json},
+ "author": {author|utf8|json},
+ "desc": {desc|utf8|json},
"abspath": {file|json},
"targetline": {targetline|json},
"line": {line|json},
@@ -163,12 +163,12 @@
"othercommands": [{join(othercommands%helptopicentry, ", ")}]
}'
helptopicentry = '\{
- "topic": {topic|json},
- "summary": {summary|json}
+ "topic": {topic|utf8|json},
+ "summary": {summary|utf8|json}
}'
help = '\{
- "topic": {topic|json},
- "rawdoc": {doc|json}
+ "topic": {topic|utf8|json},
+ "rawdoc": {doc|utf8|json}
}'
filenodelink = ''
filenolink = ''