##// END OF EJS Templates
config: raise ConfigError on non-existing include files...
config: raise ConfigError on non-existing include files Before, an %include directive for a non-existing file resulted in an IOError and a traceback.

File last commit:

r4882:25d753ef default
r10042:7cdd2a7d stable
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