hgbook

annotate en/undo-simple.dot @ 293:7273d06279d1

Fixed sample output for 'daily.files' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:49:20 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 }