mercurial/templates/json/map
changeset 24713 2f43f8cf8219
parent 24591 517f3e190a5d
child 24714 84859415a4c9
equal deleted inserted replaced
24712:bbf1ae6b6a44 24713:2f43f8cf8219
    76   "node": {node|json},
    76   "node": {node|json},
    77   "date": {date|json},
    77   "date": {date|json},
    78   "status": {status|json}
    78   "status": {status|json}
    79   }'
    79   }'
    80 summary = '"not yet implemented"'
    80 summary = '"not yet implemented"'
    81 filediff = '"not yet implemented"'
    81 filediff = '\{
       
    82   "path": {file|json},
       
    83   "node": {node|json},
       
    84   "date": {date|json},
       
    85   "desc": {desc|json},
       
    86   "author": {author|json},
       
    87   "parents": [{join(parent%changesetparent, ", ")}],
       
    88   "children": [{join(child%changesetparent, ", ")}],
       
    89   "diff": [{join(diff%diffblock, ", ")}]
       
    90   }'
       
    91 diffblock = '\{
       
    92   "blockno": {blockno|json},
       
    93   "lines": [{join(lines, ", ")}]
       
    94   }'
       
    95 difflineplus = '\{
       
    96   "t": "+",
       
    97   "n": {lineno|json},
       
    98   "l": {line|json}
       
    99   }'
       
   100 difflineminus = '\{
       
   101   "t": "-",
       
   102   "n": {lineno|json},
       
   103   "l": {line|json}
       
   104   }'
       
   105 difflineat = '\{
       
   106   "t": "@",
       
   107   "n": {lineno|json},
       
   108   "l": {line|json}
       
   109   }'
       
   110 diffline = '\{
       
   111   "t": "",
       
   112   "n": {lineno|json},
       
   113   "l": {line|json}
       
   114   }'
    82 filecomparison = '"not yet implemented"'
   115 filecomparison = '"not yet implemented"'
    83 fileannotate = '"not yet implemented"'
   116 fileannotate = '"not yet implemented"'
    84 filelog = '"not yet implemented"'
   117 filelog = '"not yet implemented"'
    85 graph = '"not yet implemented"'
   118 graph = '"not yet implemented"'
    86 helptopics = '\{
   119 helptopics = '\{