branch | stable |
changeset 43397 | 09ab61c0ab4b |
parent 43396 | 2b5aab5e9e36 |
child 43403 | 90fba2248693 |
--- a/hgext/fsmonitor/__init__.py Sat Nov 02 14:27:55 2019 -0700 +++ b/hgext/fsmonitor/__init__.py Sat Nov 02 14:55:45 2019 -0700 @@ -383,7 +383,7 @@ else: # We need to propagate the last observed clock up so that we # can use it for our next query - state.setlastclock(result[b'clock']) + state.setlastclock(pycompat.sysbytes(result[b'clock'])) if result[b'is_fresh_instance']: if state.walk_on_invalidate: state.invalidate()