view tests/test-debugindexdot.out @ 10796:ce2ae8bf3ae3 stable

Add missing --mq option to hg log. Since norepo is a string, not a list, the norepo check was matching command names against any substring in norepo. This fix splits norepo into a list of commands.
author Michael Glassford <glassfordmjg@gmail.com>
date Wed, 31 Mar 2010 10:59:00 -0400
parents 4b0c9c674707
children
line wrap: on
line source

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