view en/undo-manual.dot @ 571:6880f9c8e7e7

Automated merge with http://mercurial.intuxication.org/hg/mercurial_book_es
author Igor Támara <igor@tamarapatino.org>
date Sun, 28 Dec 2008 00:30:26 -0500
parents c9aad709bd3a
children
line wrap: on
line source

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