Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > We can't use stdout for that in remote helpers. > > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- You may want to clarify "buggy output" a bit. Will mercurial forever be broken? Some versions of Hg emit [[[it is unclear for Junio to tell what it is to fill this blank]]] to its output that we want to ignore? > contrib/remote-helpers/git-remote-hg | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg > index b200e60..874ccd4 100755 > --- a/contrib/remote-helpers/git-remote-hg > +++ b/contrib/remote-helpers/git-remote-hg > @@ -271,6 +271,7 @@ def get_repo(url, alias): > > myui = ui.ui() > myui.setconfig('ui', 'interactive', 'off') > + myui.fout = sys.stderr > > if hg.islocal(url): > repo = hg.repository(myui, url) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html