view en/undo-simple.dot @ 491:4fa646914ff8

finished translation of chapter 2, and updated project status
author Javier Rojas <jerojasro@devnull.li>
date Mon, 03 Nov 2008 15:11:36 -0500
parents c9aad709bd3a
children
line wrap: on
line source

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