bos@124: digraph undo_simple {
bos@124: 	"first change" -> "second change";
bos@124: 	"second change" -> "back out\nsecond change";
bos@124: }