Mercurial > hgbook
view en/undo-manual-merge.dot @ 541:606295a87ff2
translated a bit more of hook.tex
author | jerojasro@abu.no-ip.org |
---|---|
date | Mon, 08 Dec 2008 12:55:51 -0500 |
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"; }