comparison tests/test-issue619.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 2fc86d92c4a9
children
comparison
equal deleted inserted replaced
49620:8cd39c20445e 49621:55c6ebd11cb9
1 https://bz.mercurial-scm.org/619 1 https://bz.mercurial-scm.org/619
2 2
3 $ hg init 3 $ hg init repo
4 $ cd repo
4 $ echo a > a 5 $ echo a > a
5 $ hg ci -Ama 6 $ hg ci -Ama
6 adding a 7 adding a
7 8
8 $ echo b > b 9 $ echo b > b