This is an archive of the discontinued Mercurial Phabricator instance.

fsmonitor: normalize Watchman paths to bytes
ClosedPublic

Authored by indygreg on Nov 2 2019, 6:03 PM.

Details

Summary

Otherwise it will be a str on Python 3 and operations below
which operate in the bytes domain will fail.

Diff Detail

Repository
rHG Mercurial
Branch
stable
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Nov 2 2019, 6:03 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.