hgbook

view ja/undo-simple.dot @ 1005:0d743c1cf101

french : small corrections on ch02, place des <quote>
author William Dodé <wilk@flibuste.net>
date Tue Sep 15 12:42:52 2009 +0200 (2009-09-15)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }