hgbook

view en/undo-manual.dot @ 926:730d912ef843

Work in progress on translating the introduction chapter. I also added a non exhaustive list of major Open Source projet using Mercurial. This list still needs to be 'linked' with the appropriate URLs, and also to be 'backported' into the english and spanish version of hgbooks.
author Romain PELISSE <romain.pelisse@atosorigin.com>
date Sun Feb 08 14:17:16 2009 +0100 (2009-02-08)
parents
children
line source
1 digraph undo_manual {
2 "first change" -> "second change";
3 "second change" -> "third change";
4 backout [label="back out\nsecond change", shape=box];
5 "second change" -> backout;
6 }