hgbook

view it/figs/undo-manual-merge.dot @ 1020:53dfddc566d8

French: corrections in xml tags
author André Sintzoff <andre.sintzoff@gmail.com>
date Tue Dec 01 13:40:01 2009 +0100 (2009-12-01)
parents
children
line source
1 digraph undo_manual {
2 "prima modifica" -> "seconda modifica";
3 "seconda modifica" -> "terza modifica";
4 backout [label="ritira la\nseconda modifica", shape=box];
5 "seconda modifica" -> backout;
6 "terza modifica" -> "unione\nmanuale";
7 backout -> "unione\nmanuale";
8 }