hgbook

diff es/undo-simple.dot @ 331:3502b859cfe4

Minor advance on branches chapter
author Igor TAmara <igor@tamarapatino.org>
date Sat Oct 18 03:27:44 2008 -0500 (2008-10-18)
parents
children 0aa96b0ffb65
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/es/undo-simple.dot	Sat Oct 18 03:27:44 2008 -0500
     1.3 @@ -0,0 +1,4 @@
     1.4 +digraph undo_simple {
     1.5 +	"primer cambio" -> "segundo cambio";
     1.6 +	"segundo cambio" -> "volver\nsegundo cambio";
     1.7 +}