view en/undo-simple.dot @ 503:1839fd383e50

translated a few subsections of intro
author Igor TAmara <igor@tamarapatino.org>
date Sat, 08 Nov 2008 21:47:35 -0500
parents c9aad709bd3a
children
line wrap: on
line source

digraph undo_simple {
	"first change" -> "second change";
	"second change" -> "back out\nsecond change";
}