Mercurial > public > mercurial-scm > hg
diff mercurial/url.py @ 12394:9d45f78c465b
Merge with stable
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Fri, 24 Sep 2010 00:17:04 +0200 |
parents | 5d22e631c365 ca5fd84d62c6 |
children | 0f83a402faa0 |
line wrap: on
line diff
--- a/mercurial/url.py Thu Sep 23 16:31:38 2010 +0200 +++ b/mercurial/url.py Fri Sep 24 00:17:04 2010 +0200 @@ -486,9 +486,6 @@ _generic_start_transaction(self, h, req) return keepalive.HTTPHandler._start_transaction(self, h, req) - def __del__(self): - self.close_all() - if has_https: class BetterHTTPS(httplib.HTTPSConnection): send = keepalive.safesend