diff -r 55d132525155 -r 642e31cb55f0 mercurial/hgweb/hgwebdir_mod.py --- a/mercurial/hgweb/hgwebdir_mod.py Mon Feb 21 13:03:43 2022 -0700 +++ b/mercurial/hgweb/hgwebdir_mod.py Mon Feb 21 13:08:28 2022 -0700 @@ -268,7 +268,7 @@ return templateutil.mappinggenerator(_indexentriesgen, args=args) -class hgwebdir(object): +class hgwebdir: """HTTP server for multiple repositories. Given a configuration, different repositories will be served depending