hgbook

view 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
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }