##// END OF EJS Templates
json: implement {help} template...
Gregory Szorc -
r24591:517f3e19 default
parent child Browse files
Show More
@@ -92,6 +92,9 b" helptopicentry = '\\{"
92 "topic": {topic|json},
92 "topic": {topic|json},
93 "summary": {summary|json}
93 "summary": {summary|json}
94 }'
94 }'
95 help = '"not yet implemented"'
95 help = '\{
96 "topic": {topic|json},
97 "rawdoc": {doc|json}
98 }'
96 filenodelink = ''
99 filenodelink = ''
97 filenolink = ''
100 filenolink = ''
@@ -1003,4 +1003,7 b' help/{topic} shows an individual help to'
1003 $ request json-help/phases
1003 $ request json-help/phases
1004 200 Script output follows
1004 200 Script output follows
1005
1005
1006 "not yet implemented"
1006 {
1007 "rawdoc": "Working with Phases\n*", (glob)
1008 "topic": "phases"
1009 }
General Comments 0
You need to be logged in to leave comments. Login now