remote-hg: set stdout to binary mode on win32
commit5dbe064d8cf37142f8c76f73ae0866286a8fb018
authorAmit Bakshi <ambakshi@gmail.com>
Sun, 19 May 2013 11:53:48 +0000 (19 06:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2013 18:18:43 +0000 (20 11:18 -0700)
treeafb57a932ed32dd3942bf0c784f3c361f8b1aa10
parentde3a5c6da194928868b5eee4a9c4d538b4194727
remote-hg: set stdout to binary mode on win32

git clone hangs on windows, and file.write would return errno 22 inside
of mercurial's windows.winstdout wrapper class. This patch sets stdout's
mode to binary, fixing both issues.

[fc: cleaned up]

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-hg