It accepts a str, not bytes.
This fixes a failure in test-hghave.t on Windows. Why it
wasn't failing on Linux, I don't know. I suspect the Windows
process code in Python doesn't accept bytes and the POSIX code
does?
| mharbison72 | |
| pulkit | 
| hg-reviewers | 
It accepts a str, not bytes.
This fixes a failure in test-hghave.t on Windows. Why it
wasn't failing on Linux, I don't know. I suspect the Windows
process code in Python doesn't accept bytes and the POSIX code
does?
| No Linters Available | 
| No Unit Test Coverage | 
I suspect the Windows process code in Python doesn't accept bytes and the POSIX code does?
That's definitely my experience, and the reason for procutil.tonativestr().