tests/test-debugindexdot.out
author Matt Mackall <mpm@selenic.com>
Thu, 11 Oct 2007 17:47:04 -0500
changeset 5458 cd1a6e7216c5
parent 5348 8838fe5a236f
permissions -rw-r--r--
mpatch: use int rather than ssize_t We might need to be more clever than this to make Py2.5 happy.

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