log hgext/fsmonitor/__init__.py @ 48306:1421c75b20de

age author description
Wed, 20 Oct 2021 10:25:51 +0200 Raphaël Gomès fsmonitor: fix traceback after removal of nonnormalset (issue6600)
Wed, 20 Oct 2021 10:26:39 +0200 Raphaël Gomès fsmonitor: fix traceback about bytes and str incompatibility
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 21 Sep 2020 11:12:58 -0700 Martin von Zweigbergk merge: make low-level update() private (API)
Mon, 14 Sep 2020 11:32:24 -0400 Valentin Gatien-Baron fsmonitor: increase the threshold before we recommend it, when using rust
Tue, 19 May 2020 16:18:41 -0400 Connor Sheehan fsmonitor: coerce `clock` variable to byte-string (issue6321) stable
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Mon, 13 Jan 2020 14:12:31 -0500 Augie Fackler hgext: replace references to hashlib.sha1 with hashutil.sha1
Mon, 04 Nov 2019 19:05:44 +0000 Ian Moody fsmonitor: use stringutil.forcebytestr() instead of str() on an exception stable
Sat, 02 Nov 2019 14:55:45 -0700 Gregory Szorc fsmonitor: normalize clock value to bytes stable
Sat, 02 Nov 2019 14:27:55 -0700 Gregory Szorc fsmonitor: use next() instead of .next() stable
Sat, 02 Nov 2019 14:26:06 -0700 Gregory Szorc fsmonitor: normalize Watchman paths to bytes stable
Sat, 02 Nov 2019 13:39:23 -0700 Gregory Szorc fsmonitor: make _hashignore compatible with Python 3 stable
Sat, 02 Nov 2019 13:30:23 -0700 Gregory Szorc fsmonitor: access repo.root stable
Sat, 02 Nov 2019 13:08:20 -0700 Gregory Szorc fsmonitor: coerce watchman exception to bytes stable