tests/test-debugindexdot.out
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 13 Feb 2009 11:32:33 +0100
changeset 7757 af6a63438a8a
parent 6336 4b0c9c674707
permissions -rw-r--r--
identify: have consistent output for local repositories Also, add some extensive testing for it (hardly any in the suite so far).

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