hgbook

view en/figs/undo-simple.dot @ 873:fb9eed54548a

Minor fix
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Oct 21 11:22:57 2009 +0800 (2009-10-21)
parents c9aad709bd3a
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }