tests/test-debugindexdot.out
author Patrick Mezard <pmezard@gmail.com>
Fri, 28 Dec 2007 14:51:16 +0100
changeset 5754 75c2071385da
parent 5346 8838fe5a236f
child 6336 4b0c9c674707
permissions -rw-r--r--
Prompt for a commit message in editor, improve error message

digraph G {
	-1 -> 0
	0 -> 1
	0 -> 2
	2 -> 3
	1 -> 3
}