view en/examples/branching.main.out @ 353:89a903605c74

more mq-collab.tex
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 19 Aug 2008 19:32:28 +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!