tests/test-debugindexdot.out
author Greg Ward <greg-hg@gerg.ca>
Tue, 09 Mar 2010 21:53:16 -0500
branchstable
changeset 10646 86dc21148bdb
parent 6336 4b0c9c674707
permissions -rw-r--r--
rebase: improve help text - add a paragraph about default dest/source changesets - option help: say "changeset" not "revision" - option help: explain -b/--base better - clarify that -a/--abort and -c/--continue are different from the other options

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