[PATCH 1 of 3 V2] url: extract password database from password manager

Yuya Nishihara yuya at tcha.org
Mon Jun 20 09:11:58 EDT 2016


On Mon, 20 Jun 2016 11:18:43 +0200, liscju wrote:
> # HG changeset patch
> # User liscju <piotr.listkiewicz at gmail.com>
> # Date 1465162583 -7200
> #      Sun Jun 05 23:36:23 2016 +0200
> # Node ID 18ec6f7cbaf9b3c2ff598fbff8b027ba682d0fe8
> # Parent  fcaf20175b1b05aa753e1b9f65f10d35a86224df
> url: extract password database from password manager
> 
> So far password manager was keeping authentication
> information so opening new connection and creating
> new password manager made all saved authentication
> information lost.
> 
> This commit separates password manager and
> password database to make it possible to reuse
> saved authentication information.
> 
> This commit violates code checker because it
> adds add_password method (name with underscore)
> to passwordmgr object to override method from
> parent class.

s/override method from parent class/provide method required by urllib2/

and pushed the series, thanks.


More information about the Mercurial-devel mailing list