This is an archive of the discontinued Mercurial Phabricator instance.

contrib: simplify the genosxversion.py command to find the hg libraries
ClosedPublic

Authored by mharbison72 on Aug 20 2019, 6:34 PM.

Details

Summary

I forget what problem I ran into while trying to teach the makefile to use a
non-system python. (It might have ben missing hg-evolve and/or keyring, but
check_output() was raising an error.) This still isn't great because it will
return non zero for something like the username not being set, even though we
aren't asking for it. But I suppose it's still useful to simplify.

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.