Mercurial > hgbook
view en/examples/branching.init.out @ 378:5530934319b8
compile fix
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 09 Jan 2009 23:05:26 +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