comparison tests/test-merge-subrepos.t @ 49621:55c6ebd11cb9 stable

tests: run many tests in $TESTTMP/repo instead of $TESTTMP This is useful so we can store other files in $TESTTMP (in particular tests that use docket files (nodemap, dirstate-v2) keep file uids in $TESTTMP/UID)
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Fri, 18 Nov 2022 13:47:29 +0000
parents 8fcc0a829f3d
children
comparison
equal deleted inserted replaced
49620:8cd39c20445e 49621:55c6ebd11cb9
1 $ hg init 1 $ hg init repo
2 $ cd repo
2 3
3 $ echo a > a 4 $ echo a > a
4 $ hg ci -qAm 'add a' 5 $ hg ci -qAm 'add a'
5 6
6 $ hg init subrepo 7 $ hg init subrepo