view tests/test-debugindexdot.out @ 10322:d9a2bc2f776b

add options dict to localrepo.store.opener and use it for defversion
author Vsevolod Solovyov <vsevolod.solovyov@gmail.com>
date Fri, 05 Feb 2010 19:10:26 +0100
parents 4b0c9c674707
children
line wrap: on
line source

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