hgbook

annotate es/undo-simple.dot @ 509:e98a8c3afcef

finished revision of intro.tex. there are some standing issues yet, though
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 12 19:45:41 2009 -0500 (2009-01-12)
parents 57a6e7535371
children
rev   line source
igor@325 1 digraph undo_simple {
igor@325 2 "primer cambio" -> "segundo cambio";
igor@337 3 "segundo cambio" -> "reversar\nsegundo cambio";
igor@325 4 }