mercurial/hgweb/webcommands.py
changeset 38139 d32f07069dd1
parent 38138 8e9ce73ceb15
child 38140 220058198be6
equal deleted inserted replaced
38138:8e9ce73ceb15 38139:d32f07069dd1
   990         path=webutil.up(f),
   990         path=webutil.up(f),
   991         symrev=webutil.symrevorshortnode(web.req, fctx),
   991         symrev=webutil.symrevorshortnode(web.req, fctx),
   992         rename=webutil.renamelink(fctx),
   992         rename=webutil.renamelink(fctx),
   993         permissions=fctx.manifest().flags(f),
   993         permissions=fctx.manifest().flags(f),
   994         ishead=int(ishead),
   994         ishead=int(ishead),
   995         diffopts=diffopts,
   995         diffopts=templateutil.hybriddict(diffopts),
   996         **pycompat.strkwargs(webutil.commonentry(web.repo, fctx)))
   996         **pycompat.strkwargs(webutil.commonentry(web.repo, fctx)))
   997 
   997 
   998 @webcommand('filelog')
   998 @webcommand('filelog')
   999 def filelog(web):
   999 def filelog(web):
  1000     """
  1000     """