This is an archive of the discontinued Mercurial Phabricator instance.

tests: make all the string constants in test-match.py be bytes
ClosedPublic

Authored by durin42 on Aug 9 2018, 10:17 AM.

Details

Summary

Done with

python3 contrib/byteify-strings.py tests/test-match.py -i
  1. skip-blame just bytes prefixes

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

durin42 created this revision.Aug 9 2018, 10:17 AM
yuja added a subscriber: yuja.Aug 9 2018, 10:38 AM

-if name == 'main':
+if name == b'main':

Dropped this and queued, thanks.

This revision was automatically updated to reflect the committed changes.