problem writing custom python client

Benoit Boissinot bboissin at gmail.com
Thu Aug 13 21:28:00 CDT 2009


On Thu, Aug 13, 2009 at 9:52 PM, Gabriel<gabriel at opensuse.org> wrote:
> Hello all,
>
> I'm writing a python client and I wrote a custom ui to manage the
> user/password prompts:
>
> The authentication failed. It seems push is using it's own ui instance.
>
Did you verify this? (there are only 3 places where a new ui object is created)

> Is there a better way to do this? Or maybe someone could point me to a
> good API documentation (the one here
> http://mercurial.selenic.com/wiki/MercurialApi is not helpful)

not sure if it helps, but it might be easier to subclass and monkeypatch the
passwordmgr from mercurial.url

regards,

Benoit


More information about the Mercurial mailing list