Skip to content
Snippets Groups Projects
Commit 09ab61c0 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

fsmonitor: normalize clock value to bytes

We normalize the value returned by watchman because
we perform a number of compares with this value in code.
So the easiest path forward is to normalize to bytes so we
don't have to update many call sites.

With this commit, the fsmonitor extension appears to be working
with Python 3! Although there are still some failures in edge
cases...

Differential Revision: https://phab.mercurial-scm.org/D7213
parent 2b5aab5e
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment