Mercurial > hgbook
view en/undo-non-tip.dot @ 653:91adcea08b33
Fix the bisect section, I hope (bisect is now part of Mercurial).
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Wed, 21 Jan 2009 14:16:38 +0100 |
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; }