This is an archive of the discontinued Mercurial Phabricator instance.

setup: switch to having setup.py generate an hg script
Changes PlannedPublic

Authored by durin42 on Oct 4 2019, 1:11 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

This gives us a more-standard entry_points setup and lets us skip the
step of generating the interpreter shebang etc, easing some Python 3
work.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Oct 4 2019, 1:11 PM
durin42 updated this revision to Diff 16797.Oct 4 2019, 1:22 PM
durin42 planned changes to this revision.Oct 4 2019, 1:23 PM

This currently breaks a bunch of stuff, I think because the installed hg isn't on $PATH?