Mercurial > hgbook
view ja/undo-non-tip.dot @ 326:e03366f4d1e5
more mq.tex. in the mid of a paragraph, but I'm feeling tired.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Fri, 28 Mar 2008 02:37:59 +0900 |
parents | b0db5adf11c1 |
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; }