hgbook

annotate en/undo-simple.dot @ 316:22ecadf9f413

Another obsolete SVN merge comment fixed
author Sean Russell <ser@ser1.net>
date Thu Aug 21 23:21:42 2008 -0400 (2008-08-21)
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 }