annotate es/undo-manual-merge.dot @ 538:955f5218f63e

Reserving chapters to translate on weekend
author Igor TAmara <igor@tamarapatino.org>
date Sat, 06 Dec 2008 00:16:59 -0500
parents 0aa96b0ffb65
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
124
c9aad709bd3a Document the backout command.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
1 digraph undo_manual {
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 "tercer cambio" -> "fusión\nmanual";
0aa96b0ffb65 Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents: 435
diff changeset
7 reversar -> "fusión\nmanual";
124
c9aad709bd3a Document the backout command.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
8 }