hgbook

view es/undo-simple.dot @ 589:4bb10cfa3812

Make actual use of the preface.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 19:58:09 2009 -0700 (2009-03-26)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }