Details
Details
- Reviewers
pulkit indygreg yuja - Group Reviewers
hg-reviewers - Commits
- rHG4296bbb19410: templatefilters: be sure we always feed cgi.escape a str
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Oof. It is really tempting to roll our own function that doesn't require this ugliness. But that can be a follow-up.
Comment Actions
sysstr -> sysbytes can't be round-trip if non-ascii characters are involved.
Perhaps we can just vendor cgi.escape() and add b'' to every string.
Comment Actions
Bleh. I missed yuya's comment before doing a delayed push. Feel free to drop this from hg-committed or address as a follow-up.