Mercurial > hgbook
view en/undo-non-tip.dot @ 227:9be45345065a
Make test more robust.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sat, 26 May 2007 12:00:09 -0700 |
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; }