Mercurial > hgbook
view es/undo-manual-merge.dot @ 649:5cd47f721686
Rename LaTeX input files to have numeric prefixes
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 29 Jan 2009 22:56:27 -0800 |
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; "tercer cambio" -> "fusión\nmanual"; reversar -> "fusión\nmanual"; }