hgbook

annotate es/undo-simple.dot @ 899:53a382ea07aa

Add option to the html parser to try to avoid empty nodes.
Hope it makes any difference. :)
author dukebody <dukebody@gmail.com>
date Mon Oct 26 14:12:27 2009 +0100 (2009-10-26)
parents 57a6e7535371
children
rev   line source
igor@325 1 digraph undo_simple {
igor@325 2 "primer cambio" -> "segundo cambio";
igor@337 3 "segundo cambio" -> "reversar\nsegundo cambio";
igor@325 4 }