hgbook

view es/undo-simple.dot @ 342:6e427210bfe0

branches chapter translation finished
author Igor TAmara <igor@tamarapatino.org>
date Sun Oct 19 17:08:11 2008 -0500 (2008-10-19)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }