##// END OF EJS Templates
test-config-case: print only the Section we're interested in....
test-config-case: print only the Section we're interested in. This allows us to add additional settings to the global hgrc file created by run-tests.py without breaking this test.

File last commit:

r4086:cc8a5222 default
r4528:85a69f4d 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