hgbook

view en/undo-manual.dot @ 282:7a6bd93174bd

Update bisect docs
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Dec 31 20:06:58 2007 -0800 (2007-12-31)
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 }