mercurial/wireproto.py
changeset 11588 8a1f625e971d
parent 11587 a036f6bd1da3
child 11591 0d9cb3f3b0a1
--- a/mercurial/wireproto.py	Wed Jul 14 16:35:51 2010 -0500
+++ b/mercurial/wireproto.py	Wed Jul 14 16:55:44 2010 -0500
@@ -88,6 +88,9 @@
             r[k.decode('string-escape')] = v.decode('string-escape')
         return r
 
+    def stream_out(self):
+        return self._callstream('stream_out')
+
 # server side
 
 def dispatch(repo, proto, command):