Mercurial > hgbook
view en/undo-manual.dot @ 563:951bf84ca8e2
translated up to the section "testing and troubleshooting"
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Tue, 23 Dec 2008 18:57:35 -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; }