comparison tests/test-topic-issue6841.t @ 6914:8da51e02b5d3 mercurial-5.6

test-compat: merge mercurial-5.7 into mercurial-5.6
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 25 Oct 2024 16:35:18 +0400
parents 7ec9f4b04519
children
comparison
equal deleted inserted replaced
6809:9903ee44e658 6914:8da51e02b5d3
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