hgbook

view ja/undo-manual.dot @ 987:f0110009e946

french translation : sync with original files (en/ch05 to en/ch14 and appD)
author Frédéric Bouquet <youshe.jaalon@gmail.com>
date Wed Sep 09 16:07:36 2009 +0200 (2009-09-09)
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 }