##// END OF EJS Templates
web: prevent TypeError thrown when using the diffstat templates...
Steven Brown -
r14514:175e4b9d default
parent child Browse files
Show More
@@ -271,7 +271,7 b' def changeset(web, req, tmpl):'
271 271 diffs = webutil.diffs(web.repo, tmpl, ctx, None, parity, style)
272 272
273 273 parity = paritygen(web.stripecount)
274 diffstat = lambda: webutil.diffstat(tmpl, ctx, parity)
274 diffstat = webutil.diffstat(tmpl, ctx, parity)
275 275
276 276 return tmpl('changeset',
277 277 diff=diffs,
General Comments 0
You need to be logged in to leave comments. Login now