comparison tests/test-convert-hg-source.t @ 53007:8c85d139ff64

cleanup: remove the reporevlogstore condition in test This is a follow up to e6069f84abbb. It turns about that there are multiple test condition that needs cleanup. This handle the usage of the first one.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 21 Feb 2025 22:05:59 -0500
parents 2f2682f40ea0
children 4d2b496cb7b8
comparison
equal deleted inserted replaced
53006:c4392e8bfb9f 53007:8c85d139ff64
167 $ hg mv b d 167 $ hg mv b d
168 $ hg ci -m moveb 168 $ hg ci -m moveb
169 169
170 break it 170 break it
171 171
172 #if reporevlogstore
173 $ rm .hg/store/data/b.* 172 $ rm .hg/store/data/b.*
174 #endif
175 #if reposimplestore 173 #if reposimplestore
176 $ rm .hg/store/data/b/* 174 $ rm .hg/store/data/b/*
177 #endif 175 #endif
178 $ cd .. 176 $ cd ..
179 $ hg --config convert.hg.ignoreerrors=True convert broken fixed 177 $ hg --config convert.hg.ignoreerrors=True convert broken fixed
180 initializing destination fixed repository 178 initializing destination fixed repository
181 scanning source... 179 scanning source...
182 sorting... 180 sorting...
183 converting... 181 converting...
184 4 init 182 4 init
185 ignoring: b@1e88685f5ddec574a34c70af492f95b6debc8741: no match found (reporevlogstore !) 183 ignoring: b@1e88685f5ddec574a34c70af492f95b6debc8741: no match found
186 ignoring: data/b/index@1e88685f5dde: no node (reposimplestore !) 184 ignoring: data/b/index@1e88685f5dde: no node (reposimplestore !)
187 3 changeall 185 3 changeall
188 2 changebagain 186 2 changebagain
189 1 merge 187 1 merge
190 0 moveb 188 0 moveb