view en/examples/branching.init.out @ 371:3f9f9b087109

more collab.tex
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Dec 2008 12:30:31 +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