hgbook

annotate en/images/undo-manual.dot @ 642:a4b71115602d

Typo fix
author Dongsheng Song <dongsheng.song@gmail.com>
date Tue Mar 17 16:09:57 2009 +0800 (2009-03-17)
parents bebd5ff7fe7f
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 }