hgbook

view en/images/undo-simple.dot @ 628:0e3d8f66bbb7

Rename en/figs to en/images
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu Mar 12 15:58:38 2009 +0800 (2009-03-12)
parents en/figs/undo-simple.dot@bebd5ff7fe7f
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }