hgbook

view ja/undo-simple.dot @ 861:39342fe9ba5b

Add a README file with some build instructions.
author gpiancastelli
date Sun Aug 23 02:21:44 2009 +0200 (2009-08-23)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }