comparison tests/test-debugrename.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 5d9bc49b0b1e
children
comparison
equal deleted inserted replaced
49620:8cd39c20445e 49621:55c6ebd11cb9
1 $ hg init 1 $ hg init repo
2 $ cd repo
2 $ echo a > a 3 $ echo a > a
3 $ hg ci -Am t 4 $ hg ci -Am t
4 adding a 5 adding a
5 6
6 $ hg mv a b 7 $ hg mv a b