tests/test-debugindexdot.out
author Matt Mackall <mpm@selenic.com>
Mon, 08 Oct 2007 18:47:14 -0500
changeset 5423 e5f238a8b0d2
parent 5348 8838fe5a236f
permissions -rw-r--r--
osutil: more cleanups - eliminate a level of nesting - untab targets of gotos

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