Mercurial > hgbook
annotate es/undo-simple.dot @ 765:d8c85d831fb4
Merge with http://hg.serpentine.com/mercurial/book
author | Dongsheng Song <songdongsheng@live.cn> |
---|---|
date | Tue, 31 Mar 2009 21:17:59 +0800 |
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 } |