hgbook

view ja/undo-manual.dot @ 829:f557be55e432

Validation error.
author gpiancastelli
date Sun Aug 16 21:46:44 2009 +0200 (2009-08-16)
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 }