view en/undo-manual.dot @ 398:2936cb7eae7a

Fix sample output for test 'branch-named'.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed, 20 Aug 2008 21:55:35 +0200
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;
}