Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getdeps optionally can get hg info from env var (facebook#59)
Summary: X-link: facebookarchive/bistro#59 X-link: facebook/folly#1734 X-link: facebook/fboss#113 Adds an environment variable to getdeps to provide `hg` info to avoid calling `hg` directly. When using `getdeps` inside a containerized environment (which we need to build Research Super Cluster tooling with the correct linker attributes), `getdeps` fails because of unregistered mercurial extensions in the `hgrc`. This allows `getdeps` to be useable in an environment where the mercurial extensions used in a project aren't installed/available. Reviewed By: vivekspai Differential Revision: D34732506 fbshipit-source-id: 53513ff23bbcf374fa3bed4f08456c5b970e82ee
- Loading branch information