view en/undo-simple.dot @ 281:a880d07f2d29

Fix repository paths of data/index files in filelog diagram. Data/index files are stored in the repository at .hg/store/data, not .hg/data. Modify the filelog diagram to reflect this.
author Arun Thomas <arun.thomas@gmail.com>
date Mon, 17 Dec 2007 23:16:59 -0500
parents c9aad709bd3a
children
line wrap: on
line source

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