diff -r f075a9463ee7 -r a6e2a668c746 mercurial/sshpeer.py --- a/mercurial/sshpeer.py Fri Dec 02 18:04:51 2022 +0100 +++ b/mercurial/sshpeer.py Sat Dec 03 00:00:41 2022 +0100 @@ -383,8 +383,8 @@ ``autoreadstderr`` denotes whether to automatically read from stderr and to forward its output. """ + super().__init__(ui) self._url = url - self.ui = ui # self._subprocess is unused. Keeping a handle on the process # holds a reference and prevents it from being garbage collected. self._subprocess = proc