view en/examples/branching.main.out @ 555:b1e84c7882f8

Translated license
author Igor Támara <igor@tamarapatino.org>
date Tue, 16 Dec 2008 23:49:47 -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!