hgbook

view fr/undo-simple.dot @ 925:b7e8a6a93863

Correcting some typos and missing words
author Romain PELISSE <romain.pelisse@atosorigin.com>
date Sun Feb 08 14:13:19 2009 +0100 (2009-02-08)
parents c9aad709bd3a
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }