This clearly won't be everything, but it unblocks a fair amount of
stuff here.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHGc51380879054: hgweb: rewrite most obviously-native-strings to be native strings
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
There might be some subtle issues with encoding for e.g. form values (if we don't have a test for e.g. a Unicode value in a revset search, we should add one). But I'm sure @yuja will flag those if they exist. I'm happy to queue until then.
Comment Actions
Please don't count on me that I can catch unicode issues around
Python URL/HTTP libraries. I hate Python 3 because of the unicode
mess, so I don't write it for any projects other than Mercurial.
Maybe we'll need a clear boundary between Mercurial and Python
types to determine which value should be bytes/unicode.