hgbook

diff es/undo-manual.dot @ 326:f1a22f5a9e58

Added dot test translation
author Igor Támara <igor@tamarapatino.org>
date Fri Oct 17 06:18:17 2008 -0500 (2008-10-17)
parents
children 0aa96b0ffb65
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/es/undo-manual.dot	Fri Oct 17 06:18:17 2008 -0500
     1.3 @@ -0,0 +1,6 @@
     1.4 +digraph undo_manual {
     1.5 +	"primer cambio" -> "segundo cambio";
     1.6 +	"segundo cambio" -> "tercer cambio";
     1.7 +	backout [label="retroceso\nsegundo cambio", shape=box];
     1.8 +	"segundo cambio" -> backout;
     1.9 +}