view en/examples/branching.main.out @ 335:2a8c05da3fae

more mq.tex
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 31 Mar 2008 04:49:46 +0900
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!