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