##// END OF EJS Templates
churn: issue833 was reintroduced in 9bc46d069a76, correct it and add a test
churn: issue833 was reintroduced in 9bc46d069a76, correct it and add a test

File last commit:

r4882:25d753ef default
r9388:f7968bba 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