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
|
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)
|
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
|
Tue, 04 Jul 2017 23:13:47 +0900 |
FUJIWARA Katsunori |
vfs: replace avoiding ambiguity in abstractvfs.rename with _avoidambig
|
Tue, 04 Jul 2017 23:13:47 +0900 |
FUJIWARA Katsunori |
vfs: copy if EPERM to avoid file stat ambiguity forcibly at closing
|
Sun, 02 Jul 2017 04:26:42 +0200 |
Pierre-Yves David |
vfs: drop the 'mustaudit' API
|
Sun, 02 Jul 2017 02:28:04 +0200 |
Pierre-Yves David |
vfs: simplify path audit disabling in stream clone
|
Wed, 05 Jul 2017 00:01:30 +0200 |
Pierre-Yves David |
configitems: gather comment related to 'worker.backgroundclosemaxqueue'
|
Fri, 30 Jun 2017 03:46:00 +0200 |
Pierre-Yves David |
configitems: register the 'worker.backgroundclosethreadcount' config
|
Fri, 30 Jun 2017 03:45:59 +0200 |
Pierre-Yves David |
configitems: register the 'worker.backgroundcloseminfilecount' config
|
Fri, 30 Jun 2017 03:45:58 +0200 |
Pierre-Yves David |
configitems: register the 'worker.backgroundclosemaxqueue' config
|
Sat, 10 Jun 2017 14:09:54 -0700 |
Siddharth Agarwal |
filestat: move __init__ to frompath constructor
|
Fri, 09 Jun 2017 12:58:18 +0900 |
FUJIWARA Katsunori |
vfs: create copy at renaming to avoid file stat ambiguity if needed
|
Fri, 09 Jun 2017 12:58:18 +0900 |
FUJIWARA Katsunori |
vfs: factor out "rename and avoid ambiguity" to reuse
|
Wed, 26 Apr 2017 22:26:28 +0900 |
Yuya Nishihara |
osutil: proxy through util (and platform) modules (API)
|
Sun, 26 Mar 2017 16:33:12 +0900 |
Yuya Nishihara |
py3: abuse r'' to preserve str-ness of literals passed to __setattr__()
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
vfs: use tryunlink
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
vfs: add tryunlink method
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
vfs: use repo.wvfs.unlinkpath
|
Wed, 01 Mar 2017 11:00:12 +0100 |
Pierre-Yves David |
vfs: extract 'vfs' class and related code to a new 'vfs' module (API)
base
mercurial/scmutil.py@80e546d04a66
|