view es/undo-manual-merge.dot @ 509:7c84967093e1

translated some paragraphs, and updated the project status file
author Javier Rojas <jerojasro@devnull.li>
date Mon, 10 Nov 2008 22:18:24 -0500
parents 0aa96b0ffb65
children
line wrap: on
line source

digraph undo_manual {
	"primer cambio" -> "segundo cambio";
	"segundo cambio" -> "tercer cambio";
	reversar [label="reversar\nsegundo cambio", shape=box];
	"segundo cambio" -> reversar;
	"tercer cambio" -> "fusión\nmanual";
	reversar -> "fusión\nmanual";
}