view en/undo-simple.dot @ 124:c9aad709bd3a

Document the backout command.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 26 Dec 2006 13:08:20 -0800
parents
children
line wrap: on
line source

digraph undo_simple {
	"first change" -> "second change";
	"second change" -> "back out\nsecond change";
}