hgbook

annotate en/figs/undo-manual.dot @ 575:bebd5ff7fe7f

And there was much tidying, and the result was good.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 10 21:58:03 2009 -0700 (2009-03-10)
parents en/undo-manual.dot@c9aad709bd3a
children
rev   line source
bos@124 1 digraph undo_manual {
bos@124 2 "first change" -> "second change";
bos@124 3 "second change" -> "third change";
bos@124 4 backout [label="back out\nsecond change", shape=box];
bos@124 5 "second change" -> backout;
bos@124 6 }