Mercurial > hgbook
view en/undo-manual.dot @ 581:7b90444b3905
added more notes about stuff to check once the translation is finished
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Mon, 05 Jan 2009 00:33:02 -0500 |
parents | c9aad709bd3a |
children |
line wrap: on
line source
digraph undo_manual { "first change" -> "second change"; "second change" -> "third change"; backout [label="back out\nsecond change", shape=box]; "second change" -> backout; }