comparison tests/test-debugcommands.t @ 42712:cdf0e9523de1

branchmap: explicitly warm+write all subsets of the branchmap caches 'full' claims it will warm all of the caches that are known about, but this was not the case - it did not actually warm the branchmap caches for subsets that we haven't requested, or for subsets that are still considered "valid". By explicitly writing them to disk, we can force the subsets for ex: "served" to be written ("immutable" and "base"), making it cheaper to calculate "served" the next time it needs to be updated. Differential Revision: https://phab.mercurial-scm.org/D6710
author Kyle Lippincott <spectral@google.com>
date Mon, 05 Aug 2019 13:31:12 -0700
parents 32338e27bb9d
children edc8504bc26b
comparison
equal deleted inserted replaced
42711:53c07f08fea1 42712:cdf0e9523de1
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/hgtagsfnodes1 548 .hg/cache/hgtagsfnodes1
549 .hg/cache/branch2-visible-hidden
550 .hg/cache/branch2-visible
551 .hg/cache/branch2-served.hidden
549 .hg/cache/branch2-served 552 .hg/cache/branch2-served
553 .hg/cache/branch2-immutable
554 .hg/cache/branch2-base
550 555
551 Test debugcolor 556 Test debugcolor
552 557
553 #if no-windows 558 #if no-windows
554 $ hg debugcolor --style --color always | egrep 'mode|style|log\.' 559 $ hg debugcolor --style --color always | egrep 'mode|style|log\.'