##// END OF EJS Templates
hgweb: wrap {nextentry} of graph with mappinglist...
Yuya Nishihara -
r38208:b10a9ace default
parent child Browse files
Show More
@@ -1365,7 +1365,7 b' def graph(web):'
1365 rows=rows,
1365 rows=rows,
1366 bg_height=bg_height,
1366 bg_height=bg_height,
1367 changesets=count,
1367 changesets=count,
1368 nextentry=nextentry,
1368 nextentry=templateutil.mappinglist(nextentry),
1369 jsdata=lambda **x: jsdata(),
1369 jsdata=lambda **x: jsdata(),
1370 nodes=lambda **x: nodes(),
1370 nodes=lambda **x: nodes(),
1371 node=ctx.hex(),
1371 node=ctx.hex(),
General Comments 0
You need to be logged in to leave comments. Login now