map
44 lines
| 1.1 KiB
| text/plain
|
TextLexer
Gregory Szorc
|
r24544 | mimetype = 'application/json' | ||
filerevision = '"not yet implemented"' | ||||
search = '"not yet implemented"' | ||||
shortlog = '"not yet implemented"' | ||||
changelog = '"not yet implemented"' | ||||
changeset = '"not yet implemented"' | ||||
manifest = '"not yet implemented"' | ||||
Gregory Szorc
|
r24545 | tags = '\{ | ||
"node": {node|json}, | ||||
"tags": [{join(entriesnotip%tagentry, ", ")}] | ||||
}' | ||||
tagentry = '\{ | ||||
"tag": {tag|json}, | ||||
"node": {node|json}, | ||||
"date": {date|json} | ||||
}' | ||||
Gregory Szorc
|
r24546 | bookmarks = '\{ | ||
"node": {node|json}, | ||||
"bookmarks": [{join(entries%bookmarkentry, ", ")}] | ||||
}' | ||||
bookmarkentry = '\{ | ||||
"bookmark": {bookmark|json}, | ||||
"node": {node|json}, | ||||
"date": {date|json} | ||||
}' | ||||
Gregory Szorc
|
r24547 | branches = '\{ | ||
"branches": [{join(entries%branchentry, ", ")}] | ||||
}' | ||||
branchentry = '\{ | ||||
"branch": {branch|json}, | ||||
"node": {node|json}, | ||||
"date": {date|json}, | ||||
"status": {status|json} | ||||
}' | ||||
Gregory Szorc
|
r24544 | summary = '"not yet implemented"' | ||
filediff = '"not yet implemented"' | ||||
filecomparison = '"not yet implemented"' | ||||
fileannotate = '"not yet implemented"' | ||||
filelog = '"not yet implemented"' | ||||
graph = '"not yet implemented"' | ||||
helptopics = '"not yet implemented"' | ||||
help = '"not yet implemented"' | ||||
filenodelink = '' | ||||
filenolink = '' | ||||