view en/undo-manual-merge.dot @ 438:adb677612c39

copied the english version of this file to use it as basis for the translation. There are a couple of paragraphs already translated
author jerojasro@localhost
date Sat, 18 Oct 2008 22:55:12 -0500
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;
	"third change" -> "manual\nmerge";
	backout -> "manual\nmerge";
}