hgbook

view en/undo-simple.dot @ 404:1839fd383e50

translated a few subsections of intro
author Igor TAmara <igor@tamarapatino.org>
date Sat Nov 08 21:47:35 2008 -0500 (2008-11-08)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }