##// END OF EJS Templates
webcommands: use pycompat.strkwargs as needed...
Augie Fackler -
r36289:0cacd4df default
parent child Browse files
Show More
@@ -561,7 +561,7 b' def manifest(web, req, tmpl):'
561 fentries=filelist,
561 fentries=filelist,
562 dentries=dirlist,
562 dentries=dirlist,
563 archives=web.archivelist(hex(node)),
563 archives=web.archivelist(hex(node)),
564 **webutil.commonentry(web.repo, ctx))
564 **pycompat.strkwargs(webutil.commonentry(web.repo, ctx)))
565
565
566 @webcommand('tags')
566 @webcommand('tags')
567 def tags(web, req, tmpl):
567 def tags(web, req, tmpl):
General Comments 0
You need to be logged in to leave comments. Login now