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
Sat, 02 Nov 2019 13:04:47 -0700 Gregory Szorc fsmonitor: fix str/bytes mismatch when accessing watchman version stable
Fri, 01 Nov 2019 11:02:47 -0700 Emmanuel Leblond py3: fix fsmonitor's _watchmantofsencoding exception message encoding stable
Fri, 01 Nov 2019 10:57:31 -0700 Emmanuel Leblond py3: fix fsmonitor's _handleunavailable exception message encoding stable
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 20 Aug 2019 18:35:16 +0300 Navaneeth Suresh config: add experimental argument to the config registrar
Tue, 23 Jul 2019 15:01:28 -0400 Augie Fackler fsmonitor: add support for extra `hg debuginstall` data
Tue, 23 Jul 2019 14:36:38 -0400 Augie Fackler fsmonitor: refactor watchmanclient.client to accept ui and repo path
Fri, 21 Dec 2018 17:12:39 +0100 Boris Feld watchman: ignore some of watchman errors
Fri, 21 Dec 2018 17:10:54 +0100 Boris Feld watchman: add the possibility to set the exact watchman binary location
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Thu, 07 Feb 2019 17:04:15 +0100 Boris Feld fsmonitor: rename new verbose config knob
Fri, 21 Dec 2018 17:10:07 +0100 Boris Feld watchman: detect nested mercurial repositories and abort