Show More
@@ -561,7 +561,7 b' def manifest(web, req, tmpl):' | |||
|
561 | 561 | fentries=filelist, |
|
562 | 562 | dentries=dirlist, |
|
563 | 563 | archives=web.archivelist(hex(node)), |
|
564 | **webutil.commonentry(web.repo, ctx)) | |
|
564 | **pycompat.strkwargs(webutil.commonentry(web.repo, ctx))) | |
|
565 | 565 | |
|
566 | 566 | @webcommand('tags') |
|
567 | 567 | def tags(web, req, tmpl): |
General Comments 0
You need to be logged in to leave comments.
Login now