mercurial/httprepo.py
changeset 2612 ffb895f16925
parent 2568 52ce0d6bc375
child 2673 109a22f5434a
--- a/mercurial/httprepo.py
+++ b/mercurial/httprepo.py
@@ -326,6 +326,9 @@ class httprepository(remoterepository):
             fp.close()
             os.unlink(tempname)
 
+    def stream_out(self):
+        return self.do_cmd('stream_out')
+
 class httpsrepository(httprepository):
     def __init__(self, ui, path):
         if not has_https: