##// END OF EJS Templates
util._matcher: use "." as the root of empty {rel,}path patterns...
util._matcher: use "." as the root of empty {rel,}path patterns Should fix issue332. Really.

File last commit:

r4086:cc8a5222 default
r4233:03a665f9 default
Show More
test-symlink-root
8 lines | 82 B | text/plain | TextLexer
#!/bin/sh
hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link