Reputation: 63
My problem is the next one: I work with several remote repos with Mercurial. Every time I want to pull and update from the remote repos I write
hg pull -u
Once I introduce this command, I am asked for the password for every repo. Is there a way to automate this behaviour in order to enter the password only once?
Upvotes: 4
Views: 96
Reputation: 748
You can use the Mercurial Keyring extension, which is distributed with TortoiseHg.
Upvotes: 2