keyring extension on Windows
Steve Borho
steve at borho.org
Sat Jan 9 20:37:29 UTC 2010
Is anyone using the keyring extension on Windows?
I have the keyring module installed and the mercurial_keyring
extension loaded. When I do an incoming --debug, I see the monkey
patched keyring extension running, but it is not remembering any
passwords.
Is there some separate configuration I need to do on Windows to tell
it where to store passwords?
Here's my .hg/hgrc config:
[paths]
default = https://bitbucket.org/tortoisehg/tortoisehgbitbucketorg/
[auth]
bitbucket.schemes = http https
bitbucket.prefix = bitbucket.org
bitbucket.username = sborho
And output of 'hg in --debug':
using https://bitbucket.org/tortoisehg/tortoisehgbitbucketorg/
sending between command
keyring URL: https://bitbucket.org
Username found in .hg/hgrc: sborho
http authorization required
realm: Bitbucket.org HTTP
user: sborho (fixed in .hg/hgrc)
password:
Saving password for sborho to keyring
Manually entered password. Url:
https://bitbucket.org/tortoisehg/tortoisehgbitbucketorg/, user:
sborho, passwd: ********
comparing with https://bitbucket.org/tortoisehg/tortoisehgbitbucketorg/
sending heads command
keyring URL: https://bitbucket.org
Cached auth data found. Url:
https://bitbucket.org/tortoisehg/tortoisehgbitbucketorg/, user:
sborho, passwd: ********
searching for changes
no changes found
This looks like it worked, but it always prompts me for a password every run.
--
Steve Borho
More information about the Mercurial
mailing list