Mercurial > hgbook
view es/undo-manual.dot @ 496:b8d9066abcea
Translated initial paragraphs regarding bisect command
author | Igor TAmara <igor@tamarapatino.org> |
---|---|
date | Wed, 05 Nov 2008 23:04:06 -0500 |
parents | 0aa96b0ffb65 |
children |
line wrap: on
line source
digraph undo_manual { "primer cambio" -> "segundo cambio"; "segundo cambio" -> "tercer cambio"; reversar [label="reversar\nsegundo cambio", shape=box]; "segundo cambio" -> reversar; }