diff en/images/undo-simple.dot @ 727:0e3d8f66bbb7

Rename en/figs to en/images
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu, 12 Mar 2009 15:58:38 +0800
parents en/figs/undo-simple.dot@bebd5ff7fe7f
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/en/images/undo-simple.dot	Thu Mar 12 15:58:38 2009 +0800
@@ -0,0 +1,4 @@
+digraph undo_simple {
+	"first change" -> "second change";
+	"second change" -> "back out\nsecond change";
+}