Show More
@@ -271,7 +271,7 b' def changeset(web, req, tmpl):' | |||||
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 = |
|
274 | diffstat = webutil.diffstat(tmpl, ctx, parity) | |
275 |
|
275 | |||
276 | return tmpl('changeset', |
|
276 | return tmpl('changeset', | |
277 | diff=diffs, |
|
277 | diff=diffs, |
General Comments 0
You need to be logged in to leave comments.
Login now