view en/examples/branching.main.out @ 508:04ba1c7785ae

Fixing build prevention, goofy translator. Taking a new chapter
author Igor TAmara <igor@tamarapatino.org>
date Sun, 09 Nov 2008 23:50:07 -0500
parents 5fc4a45c069f
children
line wrap: on
line source

$ \textbf{cd ../main}
$ \textbf{echo 'This is exciting and new!' >> myfile}
$ \textbf{hg commit -m 'Add a new feature'}
$ \textbf{cat myfile}
This is a boring feature.
This is exciting and new!