hgbook

view en/undo-simple.dot @ 392:4fa646914ff8

finished translation of chapter 2, and updated project status
author Javier Rojas <jerojasro@devnull.li>
date Mon Nov 03 15:11:36 2008 -0500 (2008-11-03)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }