hgext/fsmonitor/__init__.py
branchstable
changeset 44829 017cc5ee537f
parent 44452 9d2b2df2c2ba
child 45462 c1d6e930ac8a
--- a/hgext/fsmonitor/__init__.py	Thu May 14 23:14:24 2020 -0400
+++ b/hgext/fsmonitor/__init__.py	Tue May 19 16:18:41 2020 -0400
@@ -667,7 +667,7 @@
 
 class poststatus(object):
     def __init__(self, startclock):
-        self._startclock = startclock
+        self._startclock = pycompat.sysbytes(startclock)
 
     def __call__(self, wctx, status):
         clock = wctx.repo()._fsmonitorstate.getlastclock() or self._startclock