Mercurial > hg
comparison tests/test-debugcommands.t @ 41965:e4ac7e63c213
manifestcache: use `wcache` directory for manifest cache
The manifest full text cache is tightly related to the working copy. We should
use the `wcache` directory for it, instead of the `cache`. Otherwise, multiple
shares would keep overwriting each other cache entry and we loose its benefit.
This is also more consistent with the fact this cache file is protected by
`wlock`.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 14 Mar 2019 00:40:11 +0000 |
parents | 481259af4bdf |
children | 32338e27bb9d |
comparison
equal
deleted
inserted
replaced
41964:d121823072b8 | 41965:e4ac7e63c213 |
---|---|
543 $ ls -r .hg/cache/* | 543 $ ls -r .hg/cache/* |
544 .hg/cache/tags2-served | 544 .hg/cache/tags2-served |
545 .hg/cache/tags2 | 545 .hg/cache/tags2 |
546 .hg/cache/rbc-revs-v1 | 546 .hg/cache/rbc-revs-v1 |
547 .hg/cache/rbc-names-v1 | 547 .hg/cache/rbc-names-v1 |
548 .hg/cache/manifestfulltextcache (reporevlogstore !) | |
549 .hg/cache/branch2-served | 548 .hg/cache/branch2-served |
550 | 549 |
551 Test debugcolor | 550 Test debugcolor |
552 | 551 |
553 #if no-windows | 552 #if no-windows |