hgbook

annotate ja/undo-simple.dot @ 983:5e1e70fcdfdb

Corrected some errors.
- Indentation problems
- Syntax errors (missing </para>,...)
- French mistakes
author Frédéric Bouquet <youshe.jaalon@gmail.com>
date Tue Sep 08 23:42:42 2009 +0200 (2009-09-08)
parents
children
rev   line source
foozy@708 1 digraph undo_simple {
foozy@708 2 "first change" -> "second change";
foozy@708 3 "second change" -> "back out\nsecond change";
foozy@708 4 }