Mercurial > hgbook
view en/examples/branching.init.out @ 340:48ebf2d7dafe
more mq-ref.tex
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Tue, 03 Jun 2008 20:11:46 +0900 |
parents | 5fc4a45c069f |
children |
line wrap: on
line source
$ \textbf{hg init main} $ \textbf{cd main} $ \textbf{echo 'This is a boring feature.' > myfile} $ \textbf{hg commit -A -m 'We have reached an important milestone!'} adding myfile