changeset 38208 | b10a9ace2738 |
parent 38141 | 53cc81a8caf6 |
child 38209 | 215021e506e2 |
--- a/mercurial/hgweb/webcommands.py Fri Jun 01 23:02:36 2018 +0900 +++ b/mercurial/hgweb/webcommands.py Wed Apr 04 20:44:18 2018 +0900 @@ -1365,7 +1365,7 @@ rows=rows, bg_height=bg_height, changesets=count, - nextentry=nextentry, + nextentry=templateutil.mappinglist(nextentry), jsdata=lambda **x: jsdata(), nodes=lambda **x: nodes(), node=ctx.hex(),