hgbook

view en/undo-simple.dot @ 259:b42689a730a2

Typo
author Johannes Hoff <wbunaarfubss@gmail.com>
date Sun Jun 17 11:42:14 2007 +0200 (2007-06-17)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }