diff -r 55d132525155 -r 642e31cb55f0 mercurial/discovery.py --- a/mercurial/discovery.py Mon Feb 21 13:03:43 2022 -0700 +++ b/mercurial/discovery.py Mon Feb 21 13:08:28 2022 -0700 @@ -73,7 +73,7 @@ return (list(common), anyinc, heads or list(srvheads)) -class outgoing(object): +class outgoing: """Represents the result of a findcommonoutgoing() call. Members: