The keys of keyword arguments on python 3 should be str, so when we try to get
some key from them, we must make sure we are using str.
- skip-blame because just b'' prefix
hg-reviewers |
The keys of keyword arguments on python 3 should be str, so when we try to get
some key from them, we must make sure we are using str.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |