Hi again,

here's a note for if you want to use the https mecurial, and have your
password saved in the system keyring.  So you don't need to type it in every
time, and so it is saved away securely by the OS.

== More information:
     http://pypi.python.org/pypi/mercurial_keyring

== Instructions.

Install the key ring packages.

pip install keyring
pip install mercurial_keyring


Edit your .hgrc file to include the mecurial_keyring extension...

[extensions]
mercurial_keyring =

Reply via email to