hgbook
view it/figs/undo-non-tip.dot @ 1014:4650cddc0c27
some typo and better french translation
author | André Sintzoff <andre.sintzoff@gmail.com> |
---|---|
date | Tue Nov 24 14:13:03 2009 +0100 (2009-11-24) |
parents | |
children |
line source
1 digraph undo_non_tip {
2 "prima modifica" -> "seconda modifica";
3 "seconda modifica" -> "terza modifica";
4 backout [label="ritira la\nseconda modifica", shape=box];
5 "seconda modifica" -> backout;
6 merge [label="unione\nautomatica", shape=box];
7 "terza modifica" -> merge;
8 backout -> merge;
9 }