Show More
@@ -1330,7 +1330,7 b' def graph(web):' | |||
|
1330 | 1330 | 'vertex': vtx, |
|
1331 | 1331 | 'edges': edges} |
|
1332 | 1332 | |
|
1333 | def nodes(): | |
|
1333 | def nodes(context): | |
|
1334 | 1334 | parity = paritygen(web.stripecount) |
|
1335 | 1335 | for row, (id, type, ctx, vtx, edges) in enumerate(tree): |
|
1336 | 1336 | entry = webutil.commonentry(web.repo, ctx) |
@@ -1367,7 +1367,7 b' def graph(web):' | |||
|
1367 | 1367 | changesets=count, |
|
1368 | 1368 | nextentry=templateutil.mappinglist(nextentry), |
|
1369 | 1369 | jsdata=templateutil.mappinggenerator(jsdata), |
|
1370 | nodes=lambda **x: nodes(), | |
|
1370 | nodes=templateutil.mappinggenerator(nodes), | |
|
1371 | 1371 | node=ctx.hex(), |
|
1372 | 1372 | changenav=changenav) |
|
1373 | 1373 |
General Comments 0
You need to be logged in to leave comments.
Login now