##// END OF EJS Templates
Merge with crew-stable
Merge with crew-stable

File last commit:

r4086:cc8a5222 default
r4134:9dc64c84 merge default
Show More
test-symlink-root
8 lines | 82 B | text/plain | TextLexer
/ tests / test-symlink-root
Jun Inoue
Fix accessing the repo through a symlink.
r4086 #!/bin/sh
hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link