Show More
@@ -1,3 +1,11 b'' | |||||
|
1 | #testcases dirstate-v1 dirstate-v1-tree | |||
|
2 | ||||
|
3 | #if dirstate-v1-tree | |||
|
4 | #require rust | |||
|
5 | $ echo '[experimental]' >> $HGRCPATH | |||
|
6 | $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH | |||
|
7 | #endif | |||
|
8 | ||||
1 | $ hg init repo |
|
9 | $ hg init repo | |
2 | $ cd repo |
|
10 | $ cd repo | |
3 | $ echo a > a |
|
11 | $ echo a > a |
@@ -1,3 +1,11 b'' | |||||
|
1 | #testcases dirstate-v1 dirstate-v1-tree | |||
|
2 | ||||
|
3 | #if dirstate-v1-tree | |||
|
4 | #require rust | |||
|
5 | $ echo '[experimental]' >> $HGRCPATH | |||
|
6 | $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH | |||
|
7 | #endif | |||
|
8 | ||||
1 | Checking the size/permissions/file-type of files stored in the |
|
9 | Checking the size/permissions/file-type of files stored in the | |
2 | dirstate after an update where the files are changed concurrently |
|
10 | dirstate after an update where the files are changed concurrently | |
3 | outside of hg's control. |
|
11 | outside of hg's control. |
@@ -1,3 +1,11 b'' | |||||
|
1 | #testcases dirstate-v1 dirstate-v1-tree | |||
|
2 | ||||
|
3 | #if dirstate-v1-tree | |||
|
4 | #require rust | |||
|
5 | $ echo '[experimental]' >> $HGRCPATH | |||
|
6 | $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH | |||
|
7 | #endif | |||
|
8 | ||||
1 | ------ Test dirstate._dirs refcounting |
|
9 | ------ Test dirstate._dirs refcounting | |
2 |
|
10 | |||
3 | $ hg init t |
|
11 | $ hg init t |
@@ -1,3 +1,11 b'' | |||||
|
1 | #testcases dirstate-v1 dirstate-v1-tree | |||
|
2 | ||||
|
3 | #if dirstate-v1-tree | |||
|
4 | #require rust | |||
|
5 | $ echo '[experimental]' >> $HGRCPATH | |||
|
6 | $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH | |||
|
7 | #endif | |||
|
8 | ||||
1 | $ hg init ignorerepo |
|
9 | $ hg init ignorerepo | |
2 | $ cd ignorerepo |
|
10 | $ cd ignorerepo | |
3 |
|
11 |
@@ -1,5 +1,13 b'' | |||||
1 | #require unix-permissions no-root reporevlogstore |
|
1 | #require unix-permissions no-root reporevlogstore | |
2 |
|
2 | |||
|
3 | #testcases dirstate-v1 dirstate-v1-tree | |||
|
4 | ||||
|
5 | #if dirstate-v1-tree | |||
|
6 | #require rust | |||
|
7 | $ echo '[experimental]' >> $HGRCPATH | |||
|
8 | $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH | |||
|
9 | #endif | |||
|
10 | ||||
3 | $ hg init t |
|
11 | $ hg init t | |
4 | $ cd t |
|
12 | $ cd t | |
5 |
|
13 |
@@ -1,3 +1,11 b'' | |||||
|
1 | #testcases dirstate-v1 dirstate-v1-tree | |||
|
2 | ||||
|
3 | #if dirstate-v1-tree | |||
|
4 | #require rust | |||
|
5 | $ echo '[experimental]' >> $HGRCPATH | |||
|
6 | $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH | |||
|
7 | #endif | |||
|
8 | ||||
1 | init |
|
9 | init | |
2 |
|
10 | |||
3 |
$ |
|
11 | $ hg init t |
@@ -1,3 +1,11 b'' | |||||
|
1 | #testcases dirstate-v1 dirstate-v1-tree | |||
|
2 | ||||
|
3 | #if dirstate-v1-tree | |||
|
4 | #require rust | |||
|
5 | $ echo '[experimental]' >> $HGRCPATH | |||
|
6 | $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH | |||
|
7 | #endif | |||
|
8 | ||||
1 | $ hg init repo1 |
|
9 | $ hg init repo1 | |
2 | $ cd repo1 |
|
10 | $ cd repo1 | |
3 | $ mkdir a b a/1 b/1 b/2 |
|
11 | $ mkdir a b a/1 b/1 b/2 |
@@ -1,5 +1,13 b'' | |||||
1 | #require symlink |
|
1 | #require symlink | |
2 |
|
2 | |||
|
3 | #testcases dirstate-v1 dirstate-v1-tree | |||
|
4 | ||||
|
5 | #if dirstate-v1-tree | |||
|
6 | #require rust | |||
|
7 | $ echo '[experimental]' >> $HGRCPATH | |||
|
8 | $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH | |||
|
9 | #endif | |||
|
10 | ||||
3 |
|
|
11 | == tests added in 0.7 == | |
4 |
|
12 | |||
5 | $ hg init test-symlinks-0.7; cd test-symlinks-0.7; |
|
13 | $ hg init test-symlinks-0.7; cd test-symlinks-0.7; |
General Comments 0
You need to be logged in to leave comments.
Login now