changeset 22046 | 7a9cbb315d84 |
parent 19157 | 113681bbef9e |
child 23462 | afa3fbbcabd3 |
22045:769198c6a62d | 22046:7a9cbb315d84 |
---|---|
1 $ "$TESTDIR/hghave" symlink || exit 80 |
1 #require symlink |
2 |
2 |
3 == tests added in 0.7 == |
3 == tests added in 0.7 == |
4 |
4 |
5 $ hg init test-symlinks-0.7; cd test-symlinks-0.7; |
5 $ hg init test-symlinks-0.7; cd test-symlinks-0.7; |
6 $ touch foo; ln -s foo bar; |
6 $ touch foo; ln -s foo bar; |