tests/test-debugindexdot.out
author Martin Geisler <mg@lazybytes.net>
Sat, 12 Dec 2009 16:46:16 +0100
branchstable
changeset 10042 7cdd2a7db2c2
parent 6336 4b0c9c674707
permissions -rw-r--r--
config: raise ConfigError on non-existing include files Before, an %include directive for a non-existing file resulted in an IOError and a traceback.

created new head
digraph G {
	-1 -> 0
	0 -> 1
	0 -> 2
	2 -> 3
	1 -> 3
}