comparison tests/test-debugcommands.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 828a45233036
children 5abc47d4ca6b
comparison
equal deleted inserted replaced
39322:5886384d1ac5 39323:c11e8894b9ca
508 $ hg debugupdatecaches --debug 508 $ hg debugupdatecaches --debug
509 updating the branch cache 509 updating the branch cache
510 $ ls -r .hg/cache/* 510 $ ls -r .hg/cache/*
511 .hg/cache/rbc-revs-v1 511 .hg/cache/rbc-revs-v1
512 .hg/cache/rbc-names-v1 512 .hg/cache/rbc-names-v1
513 .hg/cache/manifestfulltextcache 513 .hg/cache/manifestfulltextcache (reporevlogstore !)
514 .hg/cache/branch2-served 514 .hg/cache/branch2-served
515 515
516 Test debugcolor 516 Test debugcolor
517 517
518 #if no-windows 518 #if no-windows