I used Mercurial in a personal project, and I have been typing my username and password every time I want to push something to the server.
I tried adding the followi
mercurial_keyring installation on Mac OSX using MacPorts:
sudo port install py-keyring sudo port install py-mercurial_keyring
Add the following to ~/.hgrc:
# Add your username if you haven't already done so. [ui] username = email@address.com [extensions] mercurial_keyring =