Show More
@@ -1,5 +1,7 b'' | |||||
1 | #!/bin/sh |
|
1 | #!/bin/sh | |
2 |
|
2 | |||
|
3 | "$TESTDIR/hghave" symlink || exit 80 | |||
|
4 | ||||
3 | cleanpath() |
|
5 | cleanpath() | |
4 | { |
|
6 | { | |
5 | sed -e "s:/.*\(/test-symlink-basic/.*\):...\1:" |
|
7 | sed -e "s:/.*\(/test-symlink-basic/.*\):...\1:" |
@@ -1,5 +1,7 b'' | |||||
1 | #!/bin/sh |
|
1 | #!/bin/sh | |
2 |
|
2 | |||
|
3 | "$TESTDIR/hghave" symlink || exit 80 | |||
|
4 | ||||
3 | hg init a |
|
5 | hg init a | |
4 | ln -s a link |
|
6 | ln -s a link | |
5 | cd a |
|
7 | cd a |
@@ -2,6 +2,8 b'' | |||||
2 | #Test bug regarding symlinks that showed up in hg 0.7 |
|
2 | #Test bug regarding symlinks that showed up in hg 0.7 | |
3 | #Author: Matthew Elder <sseses@gmail.com> |
|
3 | #Author: Matthew Elder <sseses@gmail.com> | |
4 |
|
4 | |||
|
5 | "$TESTDIR/hghave" symlink || exit 80 | |||
|
6 | ||||
5 | #make and initialize repo |
|
7 | #make and initialize repo | |
6 | hg init test; cd test; |
|
8 | hg init test; cd test; | |
7 |
|
9 |
General Comments 0
You need to be logged in to leave comments.
Login now