hgbook

view ja/undo-simple.dot @ 897:e917517d1ef9

White background not needed for body if content is wrapped into .chapter.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 12:43:43 2009 +0100 (2009-10-26)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }