hgbook

view ja/undo-manual-merge.dot @ 914:a9e6eca8bfc5

Adjust the footer style.
author dukebody <dukebody@gmail.com>
date Tue Oct 27 00:32:34 2009 +0100 (2009-10-27)
parents
children
line source
1 digraph undo_manual {
2 "first change" -> "second change";
3 "second change" -> "third change";
4 backout [label="back out\nsecond change", shape=box];
5 "second change" -> backout;
6 "third change" -> "manual\nmerge";
7 backout -> "manual\nmerge";
8 }