hgbook

view es/undo-simple.dot @ 687:0ffae4ee4c47

Fix indexing.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Apr 26 23:22:04 2009 -0700 (2009-04-26)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }