##// END OF EJS Templates
keyword: make kwfiles --all show unknown files too...
keyword: make kwfiles --all show unknown files too More consistent and similar to hg status.

File last commit:

r4882:25d753ef default
r9492:3b1864bc 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