Mercurial extension used to securely save passwords
mercurial_keyring is a Mercurial extension used to securely save HTTP and SMTP authentication passwords in password databases, including the macOS Keychain.
mercurial_keyring is a Mercurial extension used to securely save HTTP and SMTP authentication passwords in password databases, including the macOS Keychain.
To install hg-keyring, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hg-keyring
To see what files were installed by hg-keyring, run:
port contents hg-keyring
To later upgrade hg-keyring, run:
sudo port selfupdate && sudo port upgrade hg-keyring
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.