hgbook

view ja/undo-simple.dot @ 864:9afafe9af05f

Add Google Analytics tracking.
author gpiancastelli
date Tue Sep 01 22:55:35 2009 +0200 (2009-09-01)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }