##// END OF EJS Templates
Removed trailing whitespace and tabs from python files
Removed trailing whitespace and tabs from python files

File last commit:

r4086:cc8a5222 default
r4516:96d8a56d 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