##// END OF EJS Templates
purge: fix b777dd8f7836 (remove read-only files)...
purge: fix b777dd8f7836 (remove read-only files) - use try/except to avoid unnecessary work - edit only mode bits

File last commit:

r4882:25d753ef default
r8044:c1e2b740 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