hgbook

view en/undo-simple.dot @ 222:b2b593eb56e7

Add sillybench script.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue May 15 14:52:41 2007 -0700 (2007-05-15)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }