Mercurial > hgbook
view ja/examples/branching.main.out @ 345:6da6c5741e90
more mq.tex
author | Yoshiki Yazawa <yaz@honeyplnaet.jp> |
---|---|
date | Sun, 13 Jul 2008 04:11:36 +0900 |
parents | b0db5adf11c1 |
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!