tests/test-debugindexdot.out
author Brodie Rao <brodie@bitheap.org>
Fri, 17 Sep 2010 10:21:02 -0500
branchstable
changeset 12320 40c40c6f20b8
parent 6336 4b0c9c674707
permissions -rw-r--r--
revset: handle re.compile() errors in grep() Raise error.ParseError instead of allowing re.error to bubble up.

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