mercurial/httprepo.py
changeset 2612 ffb895f16925
parent 2569 52ce0d6bc375
child 2673 109a22f5434a
--- a/mercurial/httprepo.py	Thu Jul 13 09:50:51 2006 -0700
+++ b/mercurial/httprepo.py	Fri Jul 14 11:17:22 2006 -0700
@@ -326,6 +326,9 @@
             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: