hgbook

annotate fr/undo-simple.dot @ 960:e3913a4b5b26

Fixing leftovers stuff from last merge with Wilkk
author Romain PELISSE <belaran@gmail.com>
date Tue Feb 24 00:03:10 2009 +0100 (2009-02-24)
parents c9aad709bd3a
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 }