Mercurial > hgbook
view en/examples/branching.init.out @ 525:e5739e8d708f
finished file "concepts.tex". Upgraded project status file
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Sun, 23 Nov 2008 13:22:45 -0500 |
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