Submitter | phabricator |
---|---|
Date | Nov. 2, 2019, 10:04 p.m. |
Message ID | <differential-rev-PHID-DREV-lhizh2zaw6x3sotfxexq-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42698/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/fsmonitor/__init__.py b/hgext/fsmonitor/__init__.py --- a/hgext/fsmonitor/__init__.py +++ b/hgext/fsmonitor/__init__.py @@ -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()