hgbook

view ja/undo-manual.dot @ 860:600e7ab15c67

Make references appear in the web TOC.
author gpiancastelli
date Sun Aug 23 01:14:14 2009 +0200 (2009-08-23)
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 }