hgbook

view en/undo-manual.dot @ 287:0a5879ea5416

Fix wording, per Jim Blandy.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jan 18 11:58:40 2008 -0800 (2008-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 }