# HG changeset patch # User jerojasro@localhost # Date 1224217541 18000 # Node ID b7d284121f21e89e011afa6cb1e0e853ce7bb25c # Parent b2a3175aad7aa540935864f65109f069c66c38ae# Parent f1a22f5a9e58d7eaeb94c20ddbdc76fc009baf76 merge from somewhere else diff -r b2a3175aad7a -r b7d284121f21 es/undo-manual.dot --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/es/undo-manual.dot Thu Oct 16 23:25:41 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; +}