hgweb: wrap {entries}* of filelog with mappinglist
They were lists of mappings.
--- a/mercurial/hgweb/webcommands.py Wed Apr 04 20:37:03 2018 +0900
+++ b/mercurial/hgweb/webcommands.py Wed Apr 04 20:37:52 2018 +0900
@@ -1129,10 +1129,10 @@
file=f,
nav=nav,
symrev=webutil.symrevorshortnode(web.req, fctx),
- entries=entries,
+ entries=templateutil.mappinglist(entries),
descend=descend,
patch=patch,
- latestentry=latestentry,
+ latestentry=templateutil.mappinglist(latestentry),
linerange=linerange,
revcount=revcount,
morevars=morevars,