I have this in my .hg/hgrc [paths] default = https://web2py.googlecode.com/hg/ default-push = https://web2py.googlecode.com/hg/
[auth] default.prefix = https://web2py.googlecode.com/hg/ default.username = [email protected] default.password = <my password> default-push.prefix = https://web2py.googlecode.com/hg/ default-push.username = [email protected] default-push.password = <my password> It still asks me for username and password every time I do hg push Why? What am I doing wrong? Massimo -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

