Mercurial > hgbook
view en/undo-manual.dot @ 565:e0da346e4681
translated up to the "integration with bugzilla" section
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Wed, 24 Dec 2008 12:40:20 -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; }