Mercurial > hgbook
annotate es/undo-non-tip.dot @ 440:44dd3583c605
translated almost 2 sections
author | jerojasro@localhost |
---|---|
date | Sat, 18 Oct 2008 23:29:33 -0500 |
parents | 0aa96b0ffb65 |
children |
rev | line source |
---|---|
124
c9aad709bd3a
Document the backout command.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
1 digraph undo_non_tip { |
436
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
435
diff
changeset
|
2 "primer cambio" -> "segundo cambio"; |
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
435
diff
changeset
|
3 "segundo cambio" -> "tercer cambio"; |
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
435
diff
changeset
|
4 reversar [label="reversar\nsegundo cambio", shape=box]; |
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
435
diff
changeset
|
5 "segundo cambio" -> reversar; |
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
435
diff
changeset
|
6 merge [label="automatizar\nfusión", shape=box]; |
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
435
diff
changeset
|
7 "tercer cambio" -> fusión; |
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
435
diff
changeset
|
8 reversar -> fusión; |
124
c9aad709bd3a
Document the backout command.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
9 } |