hgbook

view en/undo-manual.dot @ 518:4bfe08b3c3e4

corrected a couple of typos
author Javier Rojas <jerojasro@devnull.li>
date Sun Jan 18 21:50:48 2009 -0500 (2009-01-18)
parents
children
line source
1 digraph undo_manual {
2 "first change" -> "second change";
3 "second change" -> "third change";
4 backout [label="back out\nsecond change", shape=box];
5 "second change" -> backout;
6 }