hgext/fsmonitor/__init__.py
Tue, 30 Aug 2022 17:05:19 +0200 Raphaël Gomès fsmonitor: use new dirstate APIs (issue6728) stable
Tue, 22 Mar 2022 16:33:18 +0100 Raphaël Gomès dirstate: remove v1_* methods from Python/C/Rust shared API
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 07 Dec 2021 15:01:30 +0100 Raphaël Gomès fsmonitor: fix criteria for nonnormalset computation stable
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
less more (0) -50 -30 tip