comparison tests/test-narrow-widen.t @ 50174:596a6b9b0570

branching: merge stable into default This show that the recent changes on default fixed the issue with transaction overwriting content in `test-transaction-wc-rollback-race.t`
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 22 Feb 2023 18:42:09 +0100
parents 2f2682f40ea0
children
comparison
equal deleted inserted replaced
50173:bf27727e6c78 50174:596a6b9b0570
278 $ hg tracked 278 $ hg tracked
279 I path:d0 279 I path:d0
280 I path:d3 280 I path:d3
281 I path:d6 281 I path:d6
282 I path:d9 282 I path:d9
283 $ hg verify 283 $ hg verify -q
284 checking changesets
285 checking manifests
286 checking directory manifests (tree !)
287 crosschecking files in changesets and manifests
288 checking files
289 checked 8 changesets with 4 changes to 4 files
290 $ hg l 284 $ hg l
291 @ ...7: add d10/f 285 @ ...7: add d10/f
292 | 286 |
293 o 6: add d9/f 287 o 6: add d9/f
294 | 288 |
338 o 0: add d0/f 332 o 0: add d0/f
339 333
340 334
341 Verify shouldn't claim the repo is corrupt after a widen. 335 Verify shouldn't claim the repo is corrupt after a widen.
342 336
343 $ hg verify 337 $ hg verify -q
344 checking changesets
345 checking manifests
346 checking directory manifests (tree !)
347 crosschecking files in changesets and manifests
348 checking files
349 checked 9 changesets with 5 changes to 5 files
350 338
351 Widening preserves parent of local commit 339 Widening preserves parent of local commit
352 340
353 $ cd .. 341 $ cd ..
354 $ hg clone -q --narrow ssh://user@dummy/upstream narrow3 --include d2 -r 2 342 $ hg clone -q --narrow ssh://user@dummy/upstream narrow3 --include d2 -r 2