view en/examples/branching.main.out @ 515:15bf7d50b586

Translated a couple of paragraphs
author jerojasro@devnull.li
date Wed, 12 Nov 2008 22:36:35 -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!