equal
deleted
inserted
replaced
269 |
269 |
270 parity = paritygen(web.stripecount) |
270 parity = paritygen(web.stripecount) |
271 diffs = webutil.diffs(web.repo, tmpl, ctx, None, parity, style) |
271 diffs = webutil.diffs(web.repo, tmpl, ctx, None, parity, style) |
272 |
272 |
273 parity = paritygen(web.stripecount) |
273 parity = paritygen(web.stripecount) |
274 diffstat = lambda: webutil.diffstat(tmpl, ctx, parity) |
274 diffstat = webutil.diffstat(tmpl, ctx, parity) |
275 |
275 |
276 return tmpl('changeset', |
276 return tmpl('changeset', |
277 diff=diffs, |
277 diff=diffs, |
278 rev=ctx.rev(), |
278 rev=ctx.rev(), |
279 node=ctx.hex(), |
279 node=ctx.hex(), |