This is an archive of the discontinued Mercurial Phabricator instance.

run-tests: fix `HGTESTEXTRAEXTENSIONS` with py3
ClosedPublic

Authored by mharbison72 on Dec 9 2020, 11:28 PM.

Details

Summary

Since extensions was a str and section bytes, it never populated anything.
If it had, it would have put bytes into the environment dictionary that is all
str. As everything starts and ends as str, remove the incomplete attempt at
byteification. It doesn't appear that we had any test coverage of this bit of
code, so also add a non-extension config to make sure it is filtered out
properly.

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.