# HG changeset patch # User Shun-ichi GOTO # Date 1142645032 28800 # Node ID 119165543ce61d84d344c69c6db73e29cbc93790 # Parent 6d17d420c46c8721e23bb960298378d715b2fbe2 Fixed abort while remote incoming command on windows. diff -r 6d17d420c46c -r 119165543ce6 mercurial/commands.py --- a/mercurial/commands.py Fri Mar 17 18:53:04 2006 +0100 +++ b/mercurial/commands.py Fri Mar 17 17:23:52 2006 -0800 @@ -1811,6 +1811,7 @@ ui.write("\n") if cleanup: + os.close(fd) os.unlink(cleanup) def init(ui, dest="."):