Weird push problem

Mads Kiilerich mads at kiilerich.com
Fri Aug 12 21:18:52 UTC 2011


On 08/12/2011 10:54 PM, Scott Palmer wrote:
> I'm trying to push changes to a repo I'm serving up with hgweb…  I haven't booted up the server I'm pushing to in a while, but it was working fine the last time I tried… the thing that would be different is that now I'm pushing from a more recent client version.
>
> hg push
> pushing to http://private_repo_URL_here/
> searching for changes
>
> .. does NOT ask for authorization - this is expected, it should be cache with mercurial_keyring.
> .. now "sending" progress bar counts out to 12526
> .. after that phase  is complete it suddenly asks for a password:

...

> $ hg --version
> Mercurial Distributed SCM (version 1.9.1+2-9991f8b19ff3)
> (see http://mercurial.selenic.com for more information)

Patrick has made some important fixes in this area since 1.9.1 - see 
http://mercurial.selenic.com/bts/issue2885 . Please try again with the 
tip of the stable branch. It will probably either fix your issues or at 
least make them look different ;-)

He also made some fixes for keyring - make sure you also have these.

/Mads



More information about the Mercurial mailing list