.hgrc [auth] not working

Theron Luhn theron at madebypanthr.com
Mon Apr 12 21:48:29 CDT 2010


Hello!

My ~/.hgrc file doesn't seem to like my [auth] very much.  I want the same
username and password to apply to all remote repositories with the following
format:  http://hg.madebypanthr.com/[repositoryName]/

Here's my .hgrc file:

[auth]
panthr.prefix = hg.madebpanthr.com/*
panthr.username = [myUsername]
panthr.password = [myPassword]
panthr.schemes = http

(btw, I've tried it without the wildcard as well)

But every time I go to push a repository, it asks me for my username and
password.

Any possible solutions?

Best Regards,
Theron Luhn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial/attachments/20100412/9ba50873/attachment.htm>


More information about the Mercurial mailing list