This has consistent behavior on Python 2.7, 3.6, and 3.7 and has the
benefit of probably being a little faster. Test output changes are
largely because / used to be pointlessly escaped.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG67dc32d4e790: cleanup: migrate from re.escape to stringutil.reescape
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.