##// END OF EJS Templates
hgweb: wrap {diffopts} of annotate by hybriddict()...
Yuya Nishihara -
r38154:d32f0706 default
parent child Browse files
Show More
@@ -992,7 +992,7 b' 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