view es/undo-simple.dot @ 574:22184eb4c965

finished the translation of the section "information for writers of hooks" updated project status
author Javier Rojas <jerojasro@devnull.li>
date Wed, 31 Dec 2008 11:31:04 -0500
parents 0aa96b0ffb65
children
line wrap: on
line source

digraph undo_simple {
	"primer cambio" -> "segundo cambio";
	"segundo cambio" -> "reversar\nsegundo cambio";
}