Hi Maybe I somebody knows the answer on this list.
On bitbucket I set in my hgrc file something like this [paths] default = https://[email protected]/myuser/myrepo [ui] username=Uwe Brauer <[email protected]> [auth] repo.prefix = https://bitbucket.org/myuser/myrepo repo.username = myuser repo.password = mypasswd But now this repo contains a subrepo. I have configured the hgrc file of the subrepo in a similar way and I can push withing the subrepo hg push Without password If I push however from the 'master' repo, I still have to type the password for the subrepo (but not for the master repo). Anybody knows how to solve this? Regards Uwe Brauer _______________________________________________ Mercurial mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial
