comparison tests/test-debugcommands.t @ 41934:481259af4bdf

updatecaches: also warm the tags caches Resolving any name requires the tags cache to be warm. We make sure that `hg debugupdatecache` warm the tag cache entry too.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 11 Mar 2019 02:34:12 +0100
parents a0886a4d6dce
children e4ac7e63c213
comparison
equal deleted inserted replaced
41933:2eee280a1354 41934:481259af4bdf
539 539
540 $ rm -rf .hg/cache/ 540 $ rm -rf .hg/cache/
541 $ hg debugupdatecaches --debug 541 $ hg debugupdatecaches --debug
542 updating the branch cache 542 updating the branch cache
543 $ ls -r .hg/cache/* 543 $ ls -r .hg/cache/*
544 .hg/cache/tags2-served
545 .hg/cache/tags2
544 .hg/cache/rbc-revs-v1 546 .hg/cache/rbc-revs-v1
545 .hg/cache/rbc-names-v1 547 .hg/cache/rbc-names-v1
546 .hg/cache/manifestfulltextcache (reporevlogstore !) 548 .hg/cache/manifestfulltextcache (reporevlogstore !)
547 .hg/cache/branch2-served 549 .hg/cache/branch2-served
548 550