view en/undo-simple.dot @ 466:b18b7715d140

updated status of the project
author Javier Rojas <jerojasro@devnull.li>
date Sat, 25 Oct 2008 16:05:44 -0500
parents c9aad709bd3a
children
line wrap: on
line source

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