hgbook

annotate es/undo-manual.dot @ 330:8bedea2b8d60

continuing translating branches
author Igor TAmara <igor@tamarapatino.org>
date Fri Oct 17 13:58:54 2008 -0500 (2008-10-17)
parents
children 0aa96b0ffb65
rev   line source
igor@326 1 digraph undo_manual {
igor@326 2 "primer cambio" -> "segundo cambio";
igor@326 3 "segundo cambio" -> "tercer cambio";
igor@326 4 backout [label="retroceso\nsegundo cambio", shape=box];
igor@326 5 "segundo cambio" -> backout;
igor@326 6 }