mercurial/windows.py
changeset 32686 605f124d1146
parent 32367 a9c71d578a1c
child 33651 739cc0f9cbb4
--- a/mercurial/windows.py	Mon Jun 05 23:23:03 2017 +0900
+++ b/mercurial/windows.py	Mon Jun 05 23:36:35 2017 +0900
@@ -180,7 +180,6 @@
         except IOError as inst:
             if inst.errno != errno.EINVAL:
                 raise
-            self.close()
             raise IOError(errno.EPIPE, 'Broken pipe')
 
 def _is_win_9x():