hgbook

changeset 328:b7d284121f21

merge from somewhere else
author jerojasro@localhost
date Thu Oct 16 23:25:41 2008 -0500 (2008-10-16)
parents b2a3175aad7a f1a22f5a9e58
children e327e8e6811f
files
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/es/undo-manual.dot	Thu Oct 16 23:25:41 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 +}