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
|