diff -r ec640dc9cebd -r fe8347b984f3 mercurial/cacheutil.py --- a/mercurial/cacheutil.py Tue Feb 27 14:04:29 2024 +0100 +++ b/mercurial/cacheutil.py Mon Feb 26 14:20:36 2024 +0100 @@ -14,6 +14,8 @@ # ones. Therefore copy all branch caches over. cachefiles = [b'branch2'] cachefiles += [b'branch2-%s' % f for f in repoview.filtertable] + cachefiles += [b'branch3'] + cachefiles += [b'branch3-%s' % f for f in repoview.filtertable] cachefiles += [b'rbc-names-v1', b'rbc-revs-v1'] cachefiles += [b'tags2'] cachefiles += [b'tags2-%s' % f for f in repoview.filtertable]