Delcypher wrote: > > Same as me. And which version of git-remote-hg are you using? > > I'm using the version that ships with git 1.9.2 > > I've taken a look and it seems I made a mistake, sorry. It seems that > > [ui] > quiet = True > > is being respected when placed in ``.git/hg/origin/clone/.hg/hgrc`` > > with the un patched version of git-remote-hg. > > But it is still the case that authentication details are being ignored > when present in ``.git/hg/origin/clone/.hg/hgrc`` > > i.e. something like the following is ignored. > > [auth] > cc.prefix = hg.codeplex.com > cc.username = USERNAME > # Eurgh fixme this shouldn't live here. > cc.password = PWD > cc.schemes = https I see now, I've taken the patch with repo.ui and applied on my repo: https://github.com/felipec/git/commit/ee17fe1cf80d5196be382ebbbcb1a24c05e61658 If Junio wants to take that he can add my s-o-b. Cheers. -- Felipe Contreras -- 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