tests/test-debugindexdot.out
author Matt Mackall <mpm@selenic.com>
Fri, 27 Jun 2008 14:53:30 -0500
changeset 6761 cb981fc955fb
parent 6336 4b0c9c674707
permissions -rw-r--r--
remove: work directly off status This allows us to use a single directory walk and to trivially ignore unknown files. The resulting code is also easier to follow.

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