view en/undo-manual.dot @ 265:d9a1faa45c30

added a space between -m and the commit message.
author bab@draketo.de
date Fri, 31 Aug 2007 11:36:14 +0200
parents c9aad709bd3a
children
line wrap: on
line source

digraph undo_manual {
	"first change" -> "second change";
	"second change" -> "third change";
	backout [label="back out\nsecond change", shape=box];
	"second change" -> backout;
}