mercurial/wireproto.py
changeset 21072 0879352d67d8
parent 21069 0a9cae236738
child 21075 438803e4bd97
--- a/mercurial/wireproto.py	Tue Apr 15 16:49:30 2014 -0400
+++ b/mercurial/wireproto.py	Tue Apr 15 17:19:46 2014 -0400
@@ -415,6 +415,13 @@
         """
         raise NotImplementedError()
 
+    def _calltwowaystream(self, cmd, fp, **args):
+        """execute <cmd> on server
+
+        The command will send a stream to the server and get a stream in reply.
+        """
+        raise NotImplementedError()
+
     def _abort(self, exception):
         """clearly abort the wire protocol connection and raise the exception
         """