Mercurial > hgbook
view es/undo-manual.dot @ 815:0ffae4ee4c47
Fix indexing.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 26 Apr 2009 23:22:04 -0700 |
parents | 0aa96b0ffb65 |
children |
line wrap: on
line source
digraph undo_manual { "primer cambio" -> "segundo cambio"; "segundo cambio" -> "tercer cambio"; reversar [label="reversar\nsegundo cambio", shape=box]; "segundo cambio" -> reversar; }