hgbook

view es/undo-simple.dot @ 655:65e9a18d2c7e

Shrink large images to fit page
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon Mar 30 17:36:57 2009 +0800 (2009-03-30)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }