Mercurial > hgbook
annotate es/undo-simple.dot @ 480:7ca1186c422f
testing push
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Wed, 29 Oct 2008 23:47:29 -0500 |
parents | 0aa96b0ffb65 |
children |
rev | line source |
---|---|
424
57a6e7535371
Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff
changeset
|
1 digraph undo_simple { |
57a6e7535371
Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff
changeset
|
2 "primer cambio" -> "segundo cambio"; |
436
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
424
diff
changeset
|
3 "segundo cambio" -> "reversar\nsegundo cambio"; |
424
57a6e7535371
Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff
changeset
|
4 } |