log mercurial/vfs.py @ 40397:36b134c436b8

age author description
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)
Wed, 17 Jan 2018 16:52:13 +0100 Boris Feld write: add the possibility to pass keyword argument from batchget to vfs
Sat, 13 Jan 2018 13:47:10 +0900 Yuya Nishihara vfs: drop text mode flag (API)
Mon, 11 Dec 2017 16:51:13 -0800 Wojciech Lis workers: don't use backgroundfilecloser in threads
Thu, 12 Oct 2017 23:30:46 -0700 Jun Wu codemod: use pycompat.iswindows
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Tue, 11 Jul 2017 12:27:58 +0200 Boris Feld vfs: allow to pass more argument to audit
Fri, 07 Jul 2017 23:40:00 +0900 Yuya Nishihara vfs: rename auditvfs to proxyvfs
Tue, 04 Jul 2017 23:13:47 +0900 FUJIWARA Katsunori vfs: add explanation about cost of checkambig=True in corner case