Mercurial > hgbook
view en/undo-non-tip.dot @ 138:d374685eb7fa
Handle a few more common regexps. Clean up on exit nicely.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 06 Mar 2007 20:45:50 -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; }