view en/examples/branching.main.out @ 459:d4a0d7488a08

Merged jerojasro changes
author Igor TAmara <igor@tamarapatino.org>
date Sat, 25 Oct 2008 17:29:33 -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!