hgbook
diff es/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 | f1a22f5a9e58 |
children |
line diff
1.1 --- a/es/undo-manual.dot Fri Oct 17 06:18:17 2008 -0500 1.2 +++ b/es/undo-manual.dot Sun Feb 08 14:17:16 2009 +0100 1.3 @@ -1,6 +1,6 @@ 1.4 digraph undo_manual { 1.5 "primer cambio" -> "segundo cambio"; 1.6 "segundo cambio" -> "tercer cambio"; 1.7 - backout [label="retroceso\nsegundo cambio", shape=box]; 1.8 - "segundo cambio" -> backout; 1.9 + reversar [label="reversar\nsegundo cambio", shape=box]; 1.10 + "segundo cambio" -> reversar; 1.11 }