Mercurial > hgbook
view en/undo-manual-merge.dot @ 218:75fd236d736b
History of SCM tools.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 10 May 2007 17:21:09 -0700 |
parents | c9aad709bd3a |
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"; }