##// END OF EJS Templates
merge: avoid double deletion mentioned in issue636
merge: avoid double deletion mentioned in issue636

File last commit:

r4882:25d753ef default
r5059:8d9bdcbb default
Show More
test-symlink-root
10 lines | 120 B | text/plain | TextLexer
/ tests / test-symlink-root
Jun Inoue
Fix accessing the repo through a symlink.
r4086 #!/bin/sh
Patrick Mezard
test-symlink-basic: require symlinks availability
r4882 "$TESTDIR/hghave" symlink || exit 80
Jun Inoue
Fix accessing the repo through a symlink.
r4086 hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link