##// END OF EJS Templates
convert: missing p4 tool is only slightly fatal...
convert: missing p4 tool is only slightly fatal checktool with default abort=True caused convert to fail too early.

File last commit:

r4882:25d753ef default
r7905:d596b1f2 default
Show More
test-symlink-root
10 lines | 120 B | text/plain | TextLexer
#!/bin/sh
"$TESTDIR/hghave" symlink || exit 80
hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link