Mercurial > evolve
comparison tests/test-topic-issue6841.t @ 6919:6859ed744625 mercurial-5.1
test-compat: merge mercurial-5.2 into mercurial-5.1
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 25 Oct 2024 17:55:54 +0400 |
parents | 7ec9f4b04519 |
children |
comparison
equal
deleted
inserted
replaced
6814:c203bc3114bb | 6919:6859ed744625 |
---|---|
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 |