view en/undo-manual.dot @ 212:ef8a5e393103

Mention the paths section of a hgwebdir config file.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 09 May 2007 14:35:23 -0700
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;
}