Mercurial > hgbook
view en/undo-non-tip.dot @ 129:73efa1a01a6c
Note to self.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 28 Dec 2006 09:56:47 -0800 |
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; }