diff tests/test-status-rev.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 5abc47d4ca6b
children ac3859a8b796
line wrap: on
line diff
--- a/tests/test-status-rev.t	Fri Nov 18 13:52:18 2022 +0000
+++ b/tests/test-status-rev.t	Fri Nov 18 13:47:29 2022 +0000
@@ -1,7 +1,8 @@
 Tests of 'hg status --rev <rev>' to make sure status between <rev> and '.' get
 combined correctly with the dirstate status.
 
-  $ hg init
+  $ hg init repo
+  $ cd repo
 
 First commit