Mercurial > hgbook
changeset 427:b7d284121f21
merge from somewhere else
author | jerojasro@localhost |
---|---|
date | Thu, 16 Oct 2008 23:25:41 -0500 |
parents | b2a3175aad7a (current diff) f1a22f5a9e58 (diff) |
children | e327e8e6811f |
files | |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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; +}