Mercurial > hgbook
view en/undo-manual.dot @ 586:f8614aad2cbb
chapter taken to translate to spanish
author | Igor Támara <igor@tamarapatino.org> |
---|---|
date | Tue, 06 Jan 2009 22:40:18 -0500 |
parents | c9aad709bd3a |
children |
line wrap: on
line source
digraph undo_manual { "first change" -> "second change"; "second change" -> "third change"; backout [label="back out\nsecond change", shape=box]; "second change" -> backout; }