Mercurial > hgbook
view es/undo-manual.dot @ 437:58dfbe3e1620
clarification on the order of the list of translators
author | jerojasro@localhost |
---|---|
date | Sat, 18 Oct 2008 22:53:37 -0500 |
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; }