hgbook

view en/figs/undo-simple.dot @ 751:4b0bed8e9aa4

Validation typo.
author Giulio@puck
date Sun Jul 12 00:44:34 2009 +0200 (2009-07-12)
parents c9aad709bd3a
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }