##// END OF EJS Templates
test-demandimport: match upper-case hexadecimal
test-demandimport: match upper-case hexadecimal

File last commit:

r4086:cc8a5222 default
r4802:3a4310e8 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