hgbook

annotate es/undo-simple.dot @ 445:95c7f5295b86

jerojasro translation merged
author Igor TAmara <igor@tamarapatino.org>
date Mon Dec 08 20:42:11 2008 -0500 (2008-12-08)
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 }