mercurial/wireprotoserver.py
changeset 36071 038bcb759b75
parent 36070 90ca4986616c
child 36072 341c886e411e
--- a/mercurial/wireprotoserver.py	Thu Feb 01 17:12:07 2018 -0800
+++ b/mercurial/wireprotoserver.py	Wed Feb 07 20:22:44 2018 -0800
@@ -192,7 +192,7 @@
                     break
 
             # Now find an agreed upon compression format.
-            for engine in wireproto.supportedcompengines(self._ui, self,
+            for engine in wireproto.supportedcompengines(self._ui,
                                                          util.SERVERROLE):
                 if engine.wireprotosupport().name in compformats:
                     opts = {}