This is an archive of the discontinued Mercurial Phabricator instance.

py3: handle keyword arguments in hgext/gpg.py
ClosedPublic

Authored by pulkit on Nov 2 2017, 5:15 PM.

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

pulkit created this revision.Nov 2 2017, 5:15 PM
yuja accepted this revision.Nov 4 2017, 3:37 AM
This revision is now accepted and ready to land.Nov 4 2017, 3:37 AM
yuja added inline comments.Nov 4 2017, 3:37 AM
hgext/gpg.py
317

Fixed this to call strkwargs().

This revision was automatically updated to reflect the committed changes.