comparison tests/test-hgrc.out @ 10042:7cdd2a7db2c2 stable

config: raise ConfigError on non-existing include files Before, an %include directive for a non-existing file resulted in an IOError and a traceback.
author Martin Geisler <mg@lazybytes.net>
date Sat, 12 Dec 2009 16:46:16 +0100
parents a3d73b3e1f8a
children dc5462d94a72 44c923eeb81d
comparison
equal deleted inserted replaced
10025:fb45c1e4396f 10042:7cdd2a7db2c2
9 defaults.commit=-d "0 0" 9 defaults.commit=-d "0 0"
10 defaults.tag=-d "0 0" 10 defaults.tag=-d "0 0"
11 paths.default=.../foo%bar 11 paths.default=.../foo%bar
12 ui.slash=True 12 ui.slash=True
13 hg: config error at $HGRCPATH:8: ' x = y' 13 hg: config error at $HGRCPATH:8: ' x = y'
14 hg: config error at $HGRCPATH:1: cannot include /no-such-file (No such file or directory)