Show More
@@ -992,7 +992,7 def annotate(web): | |||||
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') |
General Comments 0
You need to be logged in to leave comments.
Login now