hgbook

view en/figs/undo-simple.dot @ 662:bc9dc4f2f912

Add tip.png and warning.png
author Dongsheng Song <dongsheng.song@gmail.com>
date Tue Mar 31 11:11:43 2009 +0800 (2009-03-31)
parents c9aad709bd3a
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }