check-exec: write file in 'wcache' instead of 'cache'
Some cache are relevant or affected by the working copy used. So the `.hg/cache` directory is not the best place for them because multiple shared repository can end up fighting over them. To address this issue, we introduce a new 'wcache' directory to host this kind of cache. The first user are the `checkisexec` type file. These files describe property of the working copy and fit the use-case well.
Showing
- mercurial/posix.py 2 additions, 2 deletionsmercurial/posix.py
- tests/test-clone.t 0 additions, 7 deletionstests/test-clone.t
- tests/test-fncache.t 8 additions, 6 deletionstests/test-fncache.t
- tests/test-hardlinks.t 6 additions, 6 deletionstests/test-hardlinks.t
- tests/test-inherit-mode.t 4 additions, 3 deletionstests/test-inherit-mode.t
- tests/test-share.t 4 additions, 5 deletionstests/test-share.t
- tests/test-subrepo.t 4 additions, 3 deletionstests/test-subrepo.t
- tests/test-tags.t 0 additions, 6 deletionstests/test-tags.t
Loading
Please register or sign in to comment