This is an archive of the discontinued Mercurial Phabricator instance.

py3: use pycompat.strkwargs()
ClosedPublic

Authored by indygreg on Sep 24 2018, 11:32 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHG3ed53b071041: py3: use pycompat.strkwargs()
Summary

Otherwise we get an error attempting to dispatch a command with
arguments because we're passing a dict with bytes keys.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Sep 24 2018, 11:32 PM
This revision was automatically updated to reflect the committed changes.