mercurial/hgweb/webcommands.py
changeset 14514 175e4b9d8a96
parent 14490 1d3e2349304a
child 14570 9f908ef5a595
equal deleted inserted replaced
14513:85fe676c27e9 14514:175e4b9d8a96
   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(),