view en/undo-simple.dot @ 446:8d9bd626b4b5

defined a command to insert translator's notes. Added an explanation on the README (Leame.1st) file
author jerojasro@localhost
date Sun, 19 Oct 2008 22:39:43 -0500
parents c9aad709bd3a
children
line wrap: on
line source

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