diff -r 55d132525155 -r 642e31cb55f0 hgext/logtoprocess.py --- a/hgext/logtoprocess.py Mon Feb 21 13:03:43 2022 -0700 +++ b/hgext/logtoprocess.py Mon Feb 21 13:08:28 2022 -0700 @@ -44,7 +44,7 @@ testedwith = b'ships-with-hg-core' -class processlogger(object): +class processlogger: """Map log events to external commands Arguments are passed on as environment variables.