mercurial/sshpeer.py
changeset 49863 a6e2a668c746
parent 49862 f075a9463ee7
child 49869 5f71fff8dc74
--- 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