hgbook

annotate en/examples/branching.init.out @ 379:dbc78b312fc0

finished translation of tour-basic
author Javier Rojas <jerojasro@devnull.li>
date Mon Oct 27 23:29:24 2008 -0500 (2008-10-27)
parents
children
rev   line source
bos@179 1 $ \textbf{hg init main}
bos@179 2 $ \textbf{cd main}
bos@179 3 $ \textbf{echo 'This is a boring feature.' > myfile}
bos@179 4 $ \textbf{hg commit -A -m 'We have reached an important milestone!'}
bos@179 5 adding myfile