hgbook

annotate en/figs/undo-simple.dot @ 1055:4f899bb4d0dd

1.6.5 refined
author zhaopingsun
date Tue Nov 10 19:48:42 2009 -0500 (2009-11-10)
parents c9aad709bd3a
children
rev   line source
bos@124 1 digraph undo_simple {
bos@124 2 "first change" -> "second change";
bos@124 3 "second change" -> "back out\nsecond change";
bos@124 4 }