This is an archive of the discontinued Mercurial Phabricator instance.

httppasswordmgrdbproxy: specify exact arguments
ClosedPublic

Authored by durin42 on Oct 1 2017, 12:43 PM.

Details

Summary

We only ever call these functions in a single way, so let's just
actually specify them. We need to do some string/bytes encoding
dancing here for Python 3, so it'll help to know what arguments we
need to convert.

no-check-commit because I'm modifying functions that check-commit

does not like.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Oct 1 2017, 12:43 PM
yuja accepted this revision.Oct 2 2017, 5:33 AM
This revision is now accepted and ready to land.Oct 2 2017, 5:33 AM
This revision was automatically updated to reflect the committed changes.