hgbook

annotate en/undo-simple.dot @ 304:303d1576da77

Fix sample output for 'bisect' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 22:04:16 2008 +0200 (2008-08-20)
parents
children
rev   line source
bos@124 1 digraph undo_simple {
bos@124 2 "first change" -> "second change";
bos@124 3 "second change" -> "back out\nsecond change";
bos@124 4 }