log mercurial/vfs.py @ 51861:f81e0ce5103a default tip

age author description
Wed, 10 Jul 2024 18:44:55 -0400 Matt Harbison typing: add a trivial type hint to `mercurial/vfs.py`
Wed, 03 Jul 2024 12:22:48 +0200 Pierre-Yves David mmap: add a `is_mmap_safe` method to vfs stable
Sun, 14 Apr 2024 02:27:10 +0200 Pierre-Yves David proxy-vfs: also proxy the `audit` attribute
Wed, 17 Jan 2024 14:26:58 +0100 Georges Racinet vfs: have tryunlink tell what it did
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Tue, 27 Jun 2023 08:39:12 +0200 Mads Kiilerich vfs: handle shutil.rmtree deprecation of onerror in Python 3.12 stable
Wed, 03 May 2023 00:12:34 +0200 Pierre-Yves David vfsproxy: inherit the `createmode` attribute too stable
Thu, 12 Jan 2023 16:15:51 +0000 Arseniy Alekseyev pathauditor: make _checkfs_exists a static method
Fri, 06 Jan 2023 18:09:19 +0000 Arseniy Alekseyev merge: skip syntactic path checks in [_checkunknownfile]
Fri, 04 Nov 2022 17:54:43 -0400 Matt Harbison vfs: make the default opener mode binary
Wed, 02 Nov 2022 17:30:57 -0400 Matt Harbison typing: add basic type hints to vfs.py
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
Thu, 05 Aug 2021 12:53:44 +0200 Pierre-Yves David vfs: always use / as file separator (issue6546) stable