view en/figs/undo-simple.dot @ 804:83540574ee49

removed whitespace from URLs
author Raphael Borun Das Gupta <hg@raphael.dasgupta.ch>
date Sat, 18 Apr 2009 17:38:07 +0200
parents bebd5ff7fe7f
children
line wrap: on
line source

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