Mercurial > hgbook
view en/undo-manual-merge.dot @ 446:8d9bd626b4b5
defined a command to insert translator's notes. Added an explanation on the
README (Leame.1st) file
author | jerojasro@localhost |
---|---|
date | Sun, 19 Oct 2008 22:39:43 -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"; }