Mercurial > hgbook
view en/figs/undo-manual-merge.dot @ 756:1e020cb7d417
Remove tools
author | Dongsheng Song <songdongsheng@live.cn> |
---|---|
date | Mon, 30 Mar 2009 21:36:31 +0800 |
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"; }