view tests/test-debugindexdot.out @ 9373:b34184c046ac

log: fix traceback for log -k caused by 1ef630452e0b (issue1805)
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 21 Aug 2009 09:33:27 +0200
parents 4b0c9c674707
children
line wrap: on
line source

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