sapling/eden/scm/exec
Jun Wu 4dd04bf02f hgpython: replace hgpython interpreter with native Rust implementation
Summary:
The hgpython interpreter was used to run Python scripts in tests that might
rely on Mercurial modules.

The previous hgpython implementation is Python PAR based, which does not have
access to native Rust modules like bindings. Change it to use the native
"hg debugpython" implementation that is more compatible.

Reviewed By: markbt

Differential Revision: D19190496

fbshipit-source-id: 9791dbf9ba0ed92de702291faa9145f01b05ec40
2019-12-22 11:27:27 -08:00
..
hgmain hgpython: replace hgpython interpreter with native Rust implementation 2019-12-22 11:27:27 -08:00
scm_daemon Switch from failure::Fail trait to std::error::Error for errors 2019-11-22 08:53:31 -08:00
scratch scratch: drop dependency on telemetry 2019-12-20 16:14:19 -08:00
utils Switch from failure::Fail trait to std::error::Error for errors 2019-11-22 08:53:31 -08:00