hgbook

diff it/figs/undo-non-tip.dot @ 1022:ac4f835c6beb

French: typo and better translation in ch00
author André Sintzoff <andre.sintzoff@gmail.com>
date Wed Dec 02 18:28:49 2009 +0100 (2009-12-02)
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 Dec 02 18:28:49 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 +}