hgbook

view en/figs/undo-simple.dot @ 726:a306779822ec

First literal translation of Ch.2 and the bare minimum needed for example snippets.
author Giulio@puck
date Sun Jun 14 17:33:01 2009 +0200 (2009-06-14)
parents c9aad709bd3a
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }