hgbook

view en/undo-simple.dot @ 527:e33aab06b0d1

fix to get the table of contents right on the html version
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 19 14:22:01 2009 -0500 (2009-01-19)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }