annotate mercurial/templates/json/graph.tmpl @ 37799:1770d8b3e554 stable

diff: restore original color scheme for worddiff I'm not young. "red dim" is nearly invisible, and "red" vs "red dim" is too subtle to see difference. And, "underline" is necessary to highlight whitespace changes.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 19 Apr 2018 19:46:24 +0900
parents b963750b125f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35389
b963750b125f hgweb: implement json-graph
Anton Shestakov <av6@dwimlabs.net>
parents:
diff changeset
1 \{
b963750b125f hgweb: implement json-graph
Anton Shestakov <av6@dwimlabs.net>
parents:
diff changeset
2 "node": {node|json},
b963750b125f hgweb: implement json-graph
Anton Shestakov <av6@dwimlabs.net>
parents:
diff changeset
3 "changeset_count": {changesets|json},
b963750b125f hgweb: implement json-graph
Anton Shestakov <av6@dwimlabs.net>
parents:
diff changeset
4 "changesets": [{join(nodes%graphentry, ", ")}]
b963750b125f hgweb: implement json-graph
Anton Shestakov <av6@dwimlabs.net>
parents:
diff changeset
5 }