view en/figs/undo-simple.dot @ 755:4e8f302ae313

According to en, images -> figs
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon, 30 Mar 2009 17:50:48 +0800
parents bebd5ff7fe7f
children
line wrap: on
line source

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