view en/undo-non-tip.dot @ 530:f809de31887a

more translation :D added a term to the glossary
author jerojasro@localhost
date Sun, 30 Nov 2008 18:41:51 -0500
parents c9aad709bd3a
children
line wrap: on
line source

digraph undo_non_tip {
	"first change" -> "second change";
	"second change" -> "third change";
	backout [label="back out\nsecond change", shape=box];
	"second change" -> backout;
	merge [label="automated\nmerge", shape=box];
	"third change" -> merge;
	backout -> merge;
}