Mercurial > hgbook
view es/undo-manual.dot @ 514:0eda2936ef77
translated a couple of paragraphs
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Tue, 11 Nov 2008 23:21:00 -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; }