( )⚙ D11618 rust: Make the hg-cpython crate default to Python 3

This is an archive of the discontinued Mercurial Phabricator instance.

rust: Make the hg-cpython crate default to Python 3
ClosedPublic

Authored by SimonSapin on Oct 8 2021, 5:59 AM.

Details

Summary

This default is used when running cargo manually such as for cargo test.
setup.py and Makefile both configure the Python major version explicitly.

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

SimonSapin created this revision.Oct 8 2021, 5:59 AM
pulkit accepted this revision.Oct 12 2021, 9:23 AM
This revision is now accepted and ready to land.Oct 12 2021, 9:23 AM
This revision was automatically updated to reflect the committed changes.