Submitter | Yuya Nishihara |
---|---|
Date | May 21, 2018, 12:22 p.m. |
Message ID | <21a9c92342e6b82473fb.1526905365@mimosa> |
Download | mbox | patch |
Permalink | /patch/31775/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/hgweb/webcommands.py b/mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py +++ b/mercurial/hgweb/webcommands.py @@ -1129,10 +1129,10 @@ def filelog(web): 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,