hgbook

view en/figs/undo-simple.dot @ 675:e6c99cbd0abd

Updates to chapters 5, 6, and 7
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Apr 16 23:45:07 2009 -0700 (2009-04-16)
parents c9aad709bd3a
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }