Mercurial > hgbook
view en/undo-non-tip.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_non_tip { "first change" -> "second change"; "second change" -> "third change"; backout [label="back out\nsecond change", shape=box]; "second change" -> backout; merge [label="automated\nmerge", shape=box]; "third change" -> merge; backout -> merge; }