##// END OF EJS Templates
Fixed abort while remote incoming command on windows.
Shun-ichi GOTO -
r1970:11916554 default
parent child Browse files
Show More
@@ -1811,6 +1811,7 def incoming(ui, repo, source="default",
1811 ui.write("\n")
1811 ui.write("\n")
1812
1812
1813 if cleanup:
1813 if cleanup:
1814 os.close(fd)
1814 os.unlink(cleanup)
1815 os.unlink(cleanup)
1815
1816
1816 def init(ui, dest="."):
1817 def init(ui, dest="."):
General Comments 0
You need to be logged in to leave comments. Login now