diff -r 1b4eb1f92433 -r ffb895f16925 mercurial/httprepo.py --- 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: