view en/undo-manual.dot @ 476:d5f1049a79dd

roll back untranslatable and more on undo.tex
author Igor TAmara <igor@tamarapatino.org>
date Mon, 27 Oct 2008 17:14:02 -0500
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;
}