mercurial/httprepo.py
changeset 2612 ffb895f16925
parent 2568 52ce0d6bc375
child 2673 109a22f5434a
equal deleted inserted replaced
2611:1b4eb1f92433 2612:ffb895f16925
   324                 raise util.Abort(err[1])
   324                 raise util.Abort(err[1])
   325         finally:
   325         finally:
   326             fp.close()
   326             fp.close()
   327             os.unlink(tempname)
   327             os.unlink(tempname)
   328 
   328 
       
   329     def stream_out(self):
       
   330         return self.do_cmd('stream_out')
       
   331 
   329 class httpsrepository(httprepository):
   332 class httpsrepository(httprepository):
   330     def __init__(self, ui, path):
   333     def __init__(self, ui, path):
   331         if not has_https:
   334         if not has_https:
   332             raise util.Abort(_('Python support for SSL and HTTPS '
   335             raise util.Abort(_('Python support for SSL and HTTPS '
   333                                'is not installed'))
   336                                'is not installed'))