hgbook

annotate ja/undo-simple.dot @ 1012:7ec542fabc34

some typo and better french translation
author André Sintzoff <andre.sintzoff@gmail.com>
date Mon Nov 23 19:06:32 2009 +0100 (2009-11-23)
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 }