equal
deleted
inserted
replaced
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 """ |