hgbook

view en/undo-manual.dot @ 272:74c079e0051f

Account for change in bisect output.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Nov 26 11:18:46 2007 -0800 (2007-11-26)
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 }