##// END OF EJS Templates
hgweb: wrap {edges} of {nodes} of graph with mappinglist...
Yuya Nishihara -
r38211:86f980a8 default
parent child Browse files
Show More
@@ -1344,7 +1344,7 b' def graph(web):'
1344 entry.update({'col': vtx[0],
1344 entry.update({'col': vtx[0],
1345 'color': (vtx[1] - 1) % 6 + 1,
1345 'color': (vtx[1] - 1) % 6 + 1,
1346 'parity': next(parity),
1346 'parity': next(parity),
1347 'edges': edgedata,
1347 'edges': templateutil.mappinglist(edgedata),
1348 'row': row,
1348 'row': row,
1349 'nextrow': row + 1})
1349 'nextrow': row + 1})
1350
1350
General Comments 0
You need to be logged in to leave comments. Login now