changeset 13382 | d747774ca9da |
parent 13274 | 57d433f632b7 |
child 13742 | 7abab875e647 |
--- a/mercurial/bundlerepo.py Fri Feb 11 19:32:49 2011 +0100 +++ b/mercurial/bundlerepo.py Sat Feb 12 10:58:11 2011 +0100 @@ -251,11 +251,6 @@ self.bundle.close() if self.tempfile is not None: os.unlink(self.tempfile) - - def __del__(self): - del self.bundle - if self.tempfile is not None: - os.unlink(self.tempfile) if self._tempparent: shutil.rmtree(self._tempparent, True)