Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHGb77f2ea51da5: py3: fix kwargs handling in hgext/fastannotate.py
Diff Detail
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
hgext/fastannotate/commands.py | ||
---|---|---|
212–217 | We can do that, but then in the end we have to do pycompat.strkwargs() again to pass into orig() into line 220 below. So I am preventing a conversion here is rev is None. |
Shouldn't we be doing the `pycompat.byteskwargs() at the beginning of the function and using regular string literals on the keys we set?