view en/undo-simple.dot @ 492:2c2c86824c61

began translation of the "behind the scenes" chapter
author Javier Rojas <jerojasro@devnull.li>
date Mon, 03 Nov 2008 21:00:32 -0500
parents c9aad709bd3a
children
line wrap: on
line source

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