hgbook

annotate es/undo-simple.dot @ 459:622faa5f5bb8

assigned to myself a couple more of files. Will translate first the ones I have assigned since before, though ;)
author Javier Rojas <jerojasro@devnull.li>
date Sun Dec 21 23:07:13 2008 -0500 (2008-12-21)
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 }