mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
744bbc11a4
This is needed for compatibility with an upcoming release of MozillaBuild, which distributes Mercurial as a Python package, not as a standalone Windows program. As a result, it introduces "hg" into $PATH, which "which" will happily prefer as the "hg" binary. This upsets subprocess. So, we explicitly prefer "hg.exe" over "hg". We could accomplish the same thing by calling which.whichall() and sorting results. But this is more code and IMO not worth the effort to implement. --HG-- extra : rebase_source : 750ba02c02fd4a9fab42ccf128eab4f5e7741564 extra : amend_source : 8fb84c0ed5cd14dd27ad6cd7b78fb2ac1ffc87a2 |
||
---|---|---|
.. | ||
bloatview | ||
docs | ||
jprof | ||
leak-gauge | ||
memory | ||
mercurial | ||
profiler | ||
quitter | ||
rb | ||
update-packaging | ||
mach_commands.py |