hgbook

view ja/undo-manual.dot @ 1106:aed0e9396b14

2.8.1 zh translation
author Zhaoping Sun <zhaopingsun@gmail.com>
date Thu Dec 10 13:49:35 2009 -0500 (2009-12-10)
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 }