This is an archive of the discontinued Mercurial Phabricator instance.

py3: fix keyword arguments handling in hgext/remotefilelog/
ClosedPublic

Authored by pulkit on Nov 13 2018, 10:27 AM.

Details

Summary

Keys of kwargs on Python 3 should be strings. This patch fixes them by appending
r'' prefixes, and using pycompat.byteskwargs() and pycompat.strkwargs().

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 13 2018, 10:27 AM
This revision was automatically updated to reflect the committed changes.