I recently added the bad call, thinking that findexe() was a standard
library function returning a string result, but it's actually our own
function returning bytes. Thanks to Yuya for noticing.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHGacf80f9edc85: py3: drop incorrect fsencode(findexe(...)) in procutil
Diff Detail
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.