Mercurial > evolve
comparison tests/test-topic-issue6841.t @ 6903:de8156fbbdcc mercurial-6.3
test-compat: merge mercurial-6.4 into mercurial-6.3
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 24 Oct 2024 17:57:18 +0400 |
parents | 7ec9f4b04519 |
children |
comparison
equal
deleted
inserted
replaced
6802:681b100496ff | 6903:de8156fbbdcc |
---|---|
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 |