hgbook

annotate en/undo-simple.dot @ 472:6880f9c8e7e7

Automated merge with http://mercurial.intuxication.org/hg/mercurial_book_es
author Igor Támara <igor@tamarapatino.org>
date Sun Dec 28 00:30:26 2008 -0500 (2008-12-28)
parents
children
rev   line source
bos@124 1 digraph undo_simple {
bos@124 2 "first change" -> "second change";
bos@124 3 "second change" -> "back out\nsecond change";
bos@124 4 }