hgbook

view ja/undo-simple.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_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }