hgbook
diff it/figs/undo-non-tip.dot @ 1016:c1848976fd6a
some typo and better french translation
author | André Sintzoff <andre.sintzoff@gmail.com> |
---|---|
date | Wed Nov 25 14:45:11 2009 +0100 (2009-11-25) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/figs/undo-non-tip.dot Wed Nov 25 14:45:11 2009 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +digraph undo_non_tip { 1.5 + "prima modifica" -> "seconda modifica"; 1.6 + "seconda modifica" -> "terza modifica"; 1.7 + backout [label="ritira la\nseconda modifica", shape=box]; 1.8 + "seconda modifica" -> backout; 1.9 + merge [label="unione\nautomatica", shape=box]; 1.10 + "terza modifica" -> merge; 1.11 + backout -> merge; 1.12 +}