comparison tests/test-topic-issue6841.t @ 6850:6d22e9a596c4

topic: compatibility for revbranchcache being in a separate module now The newer revbranchcache defaults to v2, so the name of the cache file is different. Let's glob and hide it, since its actual contents look the same (at least for the moment).
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 28 Sep 2024 16:09:03 +0400
parents 30d0d3d92c8d
children
comparison
equal deleted inserted replaced
6849:9638dd0fb4ea 6850:6d22e9a596c4
41 $ hg clone ssh://user@dummy/orig new-clone -q 41 $ hg clone ssh://user@dummy/orig new-clone -q
42 $ cd new-clone 42 $ cd new-clone
43 43
44 on-disk caches are using bare branch names only 44 on-disk caches are using bare branch names only
45 45
46 $ f -H .hg/cache/rbc-names-v1 46 $ f -Hq .hg/cache/rbc-names-v?
47 .hg/cache/rbc-names-v1:
48 0000: 64 65 66 61 75 6c 74 |default| 47 0000: 64 65 66 61 75 6c 74 |default|
49 $ grep topic-foo .hg/cache/* 48 $ grep topic-foo .hg/cache/*
50 [1] 49 [1]
51 50
52 and pushing works fine 51 and pushing works fine