Re: [PATCH] remote-hg: set stdout to binary mode on win32

2013-05-20 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes:

 On Sun, May 19, 2013 at 6:53 AM, Felipe Contreras
 felipe.contre...@gmail.com wrote:
 From: Amit Bakshi ambak...@gmail.com

 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.

 Forgot:
 [fc: cleaned up]

 Signed-off-by: Felipe Contreras felipe.contre...@gmail.com

Thanks, sounds like this is meant for 'master'?
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] remote-hg: set stdout to binary mode on win32

2013-05-19 Thread Felipe Contreras
On Sun, May 19, 2013 at 6:53 AM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 From: Amit Bakshi ambak...@gmail.com

 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.

Forgot:
[fc: cleaned up]

 Signed-off-by: Felipe Contreras felipe.contre...@gmail.com

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html