diff -r 55d132525155 -r 642e31cb55f0 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Mon Feb 21 13:03:43 2022 -0700 +++ b/mercurial/hgweb/webcommands.py Mon Feb 21 13:08:28 2022 -0700 @@ -46,7 +46,7 @@ commands = {} -class webcommand(object): +class webcommand: """Decorator used to register a web command handler. The decorator takes as its positional arguments the name/path the