equal
deleted
inserted
replaced
559 up=webutil.up(abspath), |
559 up=webutil.up(abspath), |
560 upparity=next(parity), |
560 upparity=next(parity), |
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): |
568 """ |
568 """ |
569 /tags |
569 /tags |