log mercurial/vfs.py @ 53042:cdd7bf612c7b stable tip

age author description
Tue, 11 Mar 2025 10:37:39 +0100 Pierre-Yves David stream: audit path on encoded path stable
Wed, 29 Jan 2025 02:23:02 +0100 Pierre-Yves David stream-clone-v2: bypass the vfs to write the file on disk
Wed, 29 Jan 2025 02:17:33 +0100 Pierre-Yves David stream-clone-v2: centralize preparation for streamed files
Sat, 30 Nov 2024 02:24:22 +0100 Pierre-Yves David vfs: add a "buffering" argument to vfs mirroring the Python one
Tue, 11 Feb 2025 22:44:21 -0500 Matt Harbison vfs: avoid passing None to `shutil.rmtree()` for the exception handler
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Wed, 19 Jun 2024 19:10:49 +0200 Rapha?l Gom?s revlog: add the glue to use the Rust `InnerRevlog` from Python
Mon, 23 Sep 2024 14:58:37 -0400 Matt Harbison typing: add a handful more annotations to `mercurial/vfs.py`
Sat, 21 Sep 2024 13:53:05 -0400 Matt Harbison typing: make `vfs.isfileorlink_checkdir()` path arg required
Fri, 20 Sep 2024 20:16:12 -0400 Matt Harbison typing: manually add type annotations to `mercurial/vfs.py`
Fri, 20 Sep 2024 16:36:28 -0400 Matt Harbison typing: correct pytype mistakes in `mercurial/vfs.py`
Fri, 20 Sep 2024 13:38:13 -0400 Matt Harbison typing: run `merge-pyi` on `mercurial/vfs.py`
Fri, 20 Sep 2024 12:15:08 -0400 Matt Harbison vfs: do minor copyediting on comments and doc strings
Fri, 20 Sep 2024 01:16:16 -0400 Matt Harbison vfs: simplify the `abstractvfs.rename()` implementation
Fri, 20 Sep 2024 00:07:39 -0400 Matt Harbison vfs: use @abstractmethod instead of homebrewing abstract methods
Thu, 19 Sep 2024 21:03:10 -0400 Matt Harbison vfs: modernize the detection of the main thread
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
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
Tue, 08 Jun 2021 02:05:05 +0200 Pierre-Yves David vfs: add a `register_file` method on the vfs class
Fri, 14 May 2021 10:01:29 +0000 Karthikeyan Singaravelan vfs: Fix deprecation warning in Python 3.10 (issue6520)
Thu, 25 Mar 2021 18:02:08 +0100 Rapha?l Gom?s contributor: change mentions of mpm to olivia
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 22 Jul 2019 09:58:23 -0700 Kyle Lippincott vfs: fix typo in comment (remove extra "l")
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Wed, 06 Nov 2019 15:35:44 -0500 Augie Fackler vfs: more attribute suppressions
Wed, 06 Nov 2019 15:29:08 -0500 Augie Fackler vfs: suppress some pytype errors around us using a private attribute
Wed, 06 Nov 2019 15:19:23 -0500 Augie Fackler vfs: add NotImplementedError version of join
Wed, 06 Nov 2019 15:11:30 -0500 Augie Fackler vfs: add a NotImplementedError implementation of __call__
Wed, 06 Nov 2019 15:19:56 -0500 Augie Fackler vfs: fix erroneous bytes constants
Wed, 06 Nov 2019 15:29:28 -0500 Augie Fackler vfs: another bytes-str confusion on thread name
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 16:58:55 -0400 Gregory Szorc py3: manually import pycompat.delattr where it is needed
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 14:58:42 -0400 Gregory Szorc py3: manually import pycompat.setattr where it is needed
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
Fri, 27 Sep 2019 05:17:30 +0200 Pierre-Yves David vfs: give all vfs an options attribute by default
Wed, 02 Jan 2019 10:31:14 +0100 Boris Feld vfs: raise NotImplementedError in abstractvfs._auditvfs
Wed, 02 Jan 2019 10:29:36 +0100 Boris Feld vfs: handle _auditpath in proxyvfs
Wed, 02 Jan 2019 10:29:12 +0100 Boris Feld vfs: fix proxyvfs inheritance
Wed, 26 Dec 2018 13:44:37 +0100 Boris Feld vfs: also audit rename
Wed, 26 Dec 2018 13:44:23 +0100 Boris Feld vfs: add a `_auditpath` to abstract vfs
Sun, 02 Jul 2017 04:51:03 +0200 Boris Feld vfs: makes all audited path relative
Tue, 18 Dec 2018 10:21:25 -0500 Augie Fackler merge with stable
Sat, 15 Dec 2018 13:54:37 -0500 Matt Harbison vfs: ensure closewrapbase fh doesn't escape by entering context manager stable
Tue, 20 Nov 2018 22:31:12 +0900 Yuya Nishihara vfs: add option to not create parent directories implicitly