Reputation: 762
Some days I go while i was learning about mercurial and TortoiseHG i made a mistake and now i have problems to save my credentials, I tried change the next files with no good results: -C:\Users\userA\mercurial.ini
[ui]
[email protected]
password=xxxxxx
-C:\Users\userA\Mercurial-kiln.ini
[auth]
kiln.prefix=theurl
[email protected]
kiln.username=xxxxxx
%myrepo%.hg\hgrc
[ui] [email protected] password=xxxxxx
Thank you for your help!!
Upvotes: 0
Views: 325
Reputation: 97285
ui-data in your case is bad - you have to use username key with value Fname LName <e-mail>
, i.e
username = Firstname Lastname <[email protected]>
and forget about any password here
auth-section is also far from perfect
Upvotes: 1