Mercurial > hgbook
view en/figs/undo-manual.dot @ 795:4eb02bea1666
Propagate 40025381bded
Get the copyright years right
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 18 Jun 2009 16:23:58 +0900 |
parents | bebd5ff7fe7f |
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; }