hgbook

view en/undo-simple.dot @ 378:6d2bbeb50af6

Fixing mistake preventing from build, footnote to ndt, moving archivo to fichero on daily.tex
author Igor TAmara <igor@tamarapatino.org>
date Mon Oct 27 23:49:04 2008 -0500 (2008-10-27)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }