hgbook

view en/undo-simple.dot @ 509:e98a8c3afcef

finished revision of intro.tex. there are some standing issues yet, though
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 12 19:45:41 2009 -0500 (2009-01-12)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }