Mercurial > evolve
comparison tests/test-topic-issue6841.t @ 6911:e14ae43aed88 mercurial-5.9
test-compat: merge mercurial-6.0 into mercurial-5.9
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 25 Oct 2024 16:09:37 +0400 |
parents | 7ec9f4b04519 |
children |
comparison
equal
deleted
inserted
replaced
6806:045db43f35b1 | 6911:e14ae43aed88 |
---|---|
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 |