hgbook
annotate fr/figs/bad-merge-1.dot @ 986:c075fb0481c0
2 spell mistakes corrected in fr/appC-srcinstall.xml
author | Frédéric Bouquet <youshe.jaalon@gmail.com> |
---|---|
date | Wed Sep 09 15:25:09 2009 +0200 (2009-09-09) |
parents | 7226e5e750a6 |
children |
rev | line source |
---|---|
bos@680 | 1 digraph bad_merge_1 { |
bos@680 | 2 ancestor [label="1: ancestor"]; |
bos@680 | 3 left [label="2: my change"]; |
bos@680 | 4 right [label="3: your change"]; |
bos@680 | 5 bad [label="4: bad merge"]; |
bos@680 | 6 new [label="5: new change"]; |
bos@680 | 7 |
bos@680 | 8 ancestor -> left; |
bos@680 | 9 ancestor -> right; |
bos@680 | 10 left -> bad; |
bos@680 | 11 right -> bad; |
bos@680 | 12 bad -> new; |
bos@680 | 13 } |