Using mericurial_keyring, Mercurial asks for my password after succesfully pushing.
Using hg-git
version 1.0b1-release (9967db0e26f7), when I push to a remote that requires authentication, the push succeeds using my credentials from mercurial-keyring
then Mercurial asks me for my password. If I hit Ctrl-C
at the password prompt, Mercurial exits and my pushed commits are present on the remote.
Expected behaviour: the operation should succeed without asking for my password. This used to work with hg-git
version 0.10.3.
Relevant versions:
- Python 3.7.3
- Mercurial 5.8.1
- hg-git 1.0b1-release (9967db0e26f7)
- mercurial-keyring 1.4.1
Edited by jmb