This is an archive of the discontinued Mercurial Phabricator instance.

tests: add b'' to config file name
ClosedPublic

Authored by indygreg on Jan 26 2019, 5:34 PM.

Details

Summary

Without this, things die in the bowels of the config system
due to mixing str and bytes.

  1. skip-blame: just b'' prefix

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

indygreg created this revision.Jan 26 2019, 5:34 PM
pulkit accepted this revision.Jan 26 2019, 6:06 PM
This revision was automatically updated to reflect the committed changes.