hgbook

annotate es/undo-simple.dot @ 473:1b8b19825994

finished translation of assigned chapters to ikks
author Igor Támara <igor@tamarapatino.org>
date Thu Jan 01 20:08:49 2009 -0500 (2009-01-01)
parents 57a6e7535371
children
rev   line source
igor@325 1 digraph undo_simple {
igor@325 2 "primer cambio" -> "segundo cambio";
igor@337 3 "segundo cambio" -> "reversar\nsegundo cambio";
igor@325 4 }