hgbook

view en/undo-simple.dot @ 450:f05b05fe12fc

Listed files to be translated
author Igor TAmara <igor@tamarapatino.org>
date Sat Dec 13 12:33:15 2008 -0500 (2008-12-13)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }