On 11 Mai, 22:03, Mirko Friedenhagen <[email protected]> wrote: > Hello, > > if you include the "real" username/password combination in the paths > section of .hg/hgrc you may choose "default" as location, then > MercurialEclipse will pick this up correctly for you. > > Regards > Mirko
Hello Mirko, how exactly would I need to set this up in the hgrc file? Assumed that my user name is "[email protected]" and the password is "password", I tried the following in .hg/hgrc: [paths] default = https://my.address%%40web.de:[email protected]/hg/ I found out by try and error that the '%' character needs to be escaped by doubling it. With this "hg push" works from the command line without further prompt for a password. When I now try a push from MercurialEclipse, it will display the following as "Repository Location": https://my.address%40web.de:*[email protected]/hg/ And then the authentication fails, maybe because MercurialEclipse does send "***" instead of the real password? Thanks Stephan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MercurialEclipse" 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/mercurialeclipse?hl=en -~----------~----~----~----~------~----~------~--~---
