log mercurial/vfs.py @ 42172:71d8b4d91616 stable

age author description
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
Sun, 02 Jul 2017 04:06:24 +0200 Boris Feld vfs: extract the audit path logic into a submethod
Tue, 25 Sep 2018 21:16:12 -0400 Matt Harbison py3: convert os.readlink() path to native strings on Windows
Tue, 04 Sep 2018 15:55:23 -0700 Gregory Szorc merge: use vfs methods for I/O
Thu, 28 Jun 2018 18:07:22 -0700 Kyle Lippincott unlinkpath: make empty directory removal optional (issue5901) (issue5826)
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Sat, 05 May 2018 18:35:16 -0700 Gregory Szorc pycompat: export queue module instead of symbols in module (API)