( )⚙ D5259 py3: fix keyword arguments handling in hgext/remotefilelog/

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
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Nov 13 2018, 10:27 AM
This revision was automatically updated to reflect the committed changes.