tests/test-debugindexdot.out
author Matt Mackall <mpm@selenic.com>
Sat, 18 Oct 2008 04:26:06 -0500
changeset 7119 50f4e866d693
parent 6336 4b0c9c674707
permissions -rw-r--r--
dirstate: always add times to map as integers Fix bug spotted by Dov Feldstern

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