comparison tests/test-topic-issue6841.t @ 6917:a7929709e89f mercurial-5.3

test-compat: merge mercurial-5.4 into mercurial-5.3
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 25 Oct 2024 17:25:27 +0400
parents 7ec9f4b04519
children
comparison
equal deleted inserted replaced
6812:ff7a9ad270b2 6917:a7929709e89f
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