view en/undo-non-tip.dot @ 477:6d2bbeb50af6

Fixing mistake preventing from build, footnote to ndt, moving archivo to fichero on daily.tex
author Igor TAmara <igor@tamarapatino.org>
date Mon, 27 Oct 2008 23:49:04 -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;
}