hgbook

view es/undo-simple.dot @ 396:0f2170fcb79a

added the term "tracking", and translated a few paragraphs of concepts.tex
author Javier Rojas <jerojasro@devnull.li>
date Thu Nov 06 23:01:34 2008 -0500 (2008-11-06)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }