Keys of kwargs on Python 3 should be strings. This patch fixes them by appending
r'' prefixes, and using pycompat.byteskwargs() and pycompat.strkwargs().
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG13d4ad8d7801: py3: fix keyword arguments handling in hgext/remotefilelog/
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped