This is an archive of the discontinued Mercurial Phabricator instance.

py3: whitelist more passing tests
ClosedPublic

Authored by durin42 on Feb 13 2018, 7:13 PM.

Details

Summary

I had some good success tonight with histedit
tests. test-histedit-fold.t is now low-hanging fruit: it is only
failing because the logic for setting environment variables in hook.py
is slightly busted. Specifically, hook.py line 142 should be making
sure it puts strings in the env dict, not bytes, to avoid b'' goo in
environment variables.

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.Feb 13 2018, 7:13 PM

Can't accept this until D2244 is resolved.

indygreg accepted this revision.Feb 14 2018, 12:52 AM
This revision is now accepted and ready to land.Feb 14 2018, 12:52 AM
This revision was automatically updated to reflect the committed changes.