comparison tests/test-share.t @ 39323:c11e8894b9ca

tests: mark manifestfulltextcache as conditional on revlog store This file is currently specific to the revlog store. Other stores may not implement it. Mark it as such in test output. Differential Revision: https://phab.mercurial-scm.org/D4395
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 15 Aug 2018 23:05:23 +0000
parents e8deaa77c1b6
children 9de1a1c83cd7
comparison
equal deleted inserted replaced
39322:5886384d1ac5 39323:c11e8894b9ca
30 tip 0:d3873e73d99e 30 tip 0:d3873e73d99e
31 $ test -d .hg/cache 31 $ test -d .hg/cache
32 [1] 32 [1]
33 $ ls -1 ../repo1/.hg/cache 33 $ ls -1 ../repo1/.hg/cache
34 branch2-served 34 branch2-served
35 manifestfulltextcache 35 manifestfulltextcache (reporevlogstore !)
36 rbc-names-v1 36 rbc-names-v1
37 rbc-revs-v1 37 rbc-revs-v1
38 tags2-visible 38 tags2-visible
39 39
40 Some sed versions appends newline, some don't, and some just fails 40 Some sed versions appends newline, some don't, and some just fails