Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sat, 02 Nov 2019 13:34:40 -0700 |
Gregory Szorc |
fsmonitor: normalize hostname to bytes
stable
|
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
|
Sun, 01 Oct 2017 22:26:24 +0100 |
Gregory Szorc |
fsmonitor: use configitem
|
Mon, 12 Jun 2017 15:34:31 -0700 |
Siddharth Agarwal |
fsmonitor: don't write out state if identity has changed (issue5581)
|
Tue, 07 Mar 2017 12:52:00 -0800 |
Durham Goode |
fsmonitor: remove use of repo.opener
|
Fri, 25 Nov 2016 07:30:46 -0800 |
Simon Farnsworth |
fsmonitor: be robust in the face of bad state
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Thu, 03 Mar 2016 14:29:19 +0000 |
Martijn Pieters |
fsmonitor: new experimental extension
|