Mercurial > hgbook
view en/undo-non-tip.dot @ 558:622faa5f5bb8
assigned to myself a couple more of files. Will translate first the ones I have assigned since before, though ;)
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Sun, 21 Dec 2008 23:07:13 -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; }