Is there a way to not have Bitbucket ask for my password every time when doing remote Mercurial operations?
Turns out the issue here was that I was using the URL for the repository displayed on my Bitbucket repository’s page, which includes the username in front of the bitbucket domain name, so it ended up looking like https://myusername@bitbucket.org/myusername/myrepo. Apparently, when the username is provided in this way, it ignores what’s in the [auth] section. … Read more