hgbook

view en/undo-manual.dot @ 125:8f8a1ad9627a

Fix silly typo.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Dec 26 14:06:41 2006 -0800 (2006-12-26)
parents
children
line source
1 digraph undo_manual {
2 "first change" -> "second change";
3 "second change" -> "third change";
4 backout [label="back out\nsecond change", shape=box];
5 "second change" -> backout;
6 }