Currently I have a Mercurial.ini configuration which contains the following http_proxy section:
[http_proxy]
host = proxy.example.com
user = john_doe
passwd = super_secure_password
Is there any way for TortoiseHG or Mercurial to prompt the user for the proxy credentials and then store them in a secure file? Something like the functionality of the mercurial keyring extension. We would prefer that the password super_secure_password not be stored in a human-readable file that anyone can open.