view en/examples/branching.main.out @ 333:db3aa48f2f73

more mq.tex
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 30 Mar 2008 17:46:24 +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!