On Fri, May 14, 2010 at 5:51 PM, David Dyer-Bennet <[email protected]> wrote: > I'm serving my shared repositories via hgwebdir.cgi over on a LInux > server, and that's working well enough; I can clone from and push to the > repositories using tortoise hg. > > However, I have an annoyance. I'm running user authentication on the web > server, and tortoise HG is prompting me for the username and password each > time I do anything. Tortoise svn got me used to that being remembered > after the first time I entered it. > > Is there some config thing I can do to avoid having to enter username and > password every single time?
Enable the mercurial_keyring extension. http://tortoisehg.bitbucket.org/manual/1.0/extensions.html#mercurial-keyring -- Steve Borho ------------------------------------------------------------------------------ _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

