hgbook

view es/undo-simple.dot @ 485:039ed6f5935b

translated a section
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 05 23:55:35 2009 -0500 (2009-01-05)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }