mercurial/sshrepo.py
changeset 2612 ffb895f16925
parent 2549 e1831f06eef1
child 2673 109a22f5434a
--- a/mercurial/sshrepo.py	Thu Jul 13 09:50:51 2006 -0700
+++ b/mercurial/sshrepo.py	Fri Jul 14 11:17:22 2006 -0700
@@ -198,3 +198,6 @@
         if not r:
             return 1
         return int(r)
+
+    def stream_out(self):
+        return self.do_cmd('stream_out')