hgbook

view fr/undo-simple.dot @ 922:f5d009f9e8e0

Finalising 'preface' translation
author Romain PELISSE <romain.pelisse@atosorigin.com>
date Fri Feb 06 15:09:01 2009 +0100 (2009-02-06)
parents c9aad709bd3a
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }