Re: [PATCH v2 07/13] remote-hg: redirect buggy mercurial output

2013-04-04 Thread Junio C Hamano
Felipe Contreras writes: > Mercurial emits messages like "searching for changes", "no changes > found", etc. meant for the use of its own UI layer, which break the pipe > between transport helper and remote helper. > > Since there's no way to silence Mercurial, let's redirect to standard > error.

[PATCH v2 07/13] remote-hg: redirect buggy mercurial output

2013-04-04 Thread Felipe Contreras
Mercurial emits messages like "searching for changes", "no changes found", etc. meant for the use of its own UI layer, which break the pipe between transport helper and remote helper. Since there's no way to silence Mercurial, let's redirect to standard error. Signed-off-by: Felipe Contreras ---