mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
913fdaf7e5
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. |
||
---|---|---|
.. | ||
bloatview | ||
docs | ||
jprof | ||
leak-gauge | ||
memory | ||
mercurial | ||
profiler | ||
quitter | ||
rb | ||
update-packaging | ||
mach_commands.py |