hgbook

view en/undo-manual-merge.dot @ 257:d9d29e7cf5bd

fix a couple of over-zealous 'h' key typos
author Michael Rowe <mrowe@mojain.com>
date Wed Jun 06 22:11:32 2007 +1000 (2007-06-06)
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 }