hgbook

view en/undo-simple.dot @ 431:f809de31887a

more translation :D

added a term to the glossary
author jerojasro@localhost
date Sun Nov 30 18:41:51 2008 -0500 (2008-11-30)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }