I installed Mercurial correctly on the local network and now I have hgusers and when someone tries to "push" he is asked for password, if he enters the correct one the password is accepted.
The question is how can I enter the username and password once on each user's .hgrc file? I tried the following but it's not working:
[auth]
localhost.prefix = http://192.168.0.1/hg/
localhost.username = frodo
localhost.password = ok123
I'm getting:
searching for changes
abort: authorization failed
Please help. Thanks.