view es/undo-non-tip.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_non_tip {
	"primer cambio" -> "segundo cambio";
	"segundo cambio" -> "tercer cambio";
	reversar [label="reversar\nsegundo cambio", shape=box];
	"segundo cambio" -> reversar;
	merge [label="automatizar\nfusión", shape=box];
	"tercer cambio" -> fusión;
	reversar -> fusión;
}