Mercurial > hgbook
view en/figs/undo-manual-merge.dot @ 833:5225ec140003
Fix broken qguard example
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 14 May 2009 21:06:12 -0700 |
parents | bebd5ff7fe7f |
children |
line wrap: on
line source
digraph undo_manual { "first change" -> "second change"; "second change" -> "third change"; backout [label="back out\nsecond change", shape=box]; "second change" -> backout; "third change" -> "manual\nmerge"; backout -> "manual\nmerge"; }