# HG changeset patch # User Igor Tmara # Date 1224242297 18000 # Node ID f1a22f5a9e58d7eaeb94c20ddbdc76fc009baf76 # Parent 57a6e753537168350f84b5ea242e4b3a6e490c18 Added dot test translation diff -r 57a6e7535371 -r f1a22f5a9e58 es/undo-manual.dot --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/es/undo-manual.dot Fri Oct 17 06:18:17 2008 -0500 @@ -0,0 +1,6 @@ +digraph undo_manual { + "primer cambio" -> "segundo cambio"; + "segundo cambio" -> "tercer cambio"; + backout [label="retroceso\nsegundo cambio", shape=box]; + "segundo cambio" -> backout; +}