view en/examples/branching.init.out @ 521:59fbfb7e790c

translated some more comments
author Javier Rojas <jerojasro@devnull.li>
date Mon, 17 Nov 2008 20:04:37 -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