Mercurial > hgbook
view es/undo-manual.dot @ 582:41a15a68582d
corrected a typo. updated the list of stuff to check
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Mon, 05 Jan 2009 00:47:09 -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; }