hgbook

view en/examples/branching.init.out @ 389:b7d4d66c3ae5

Aiiiiiee section translated
author Igor TAmara <igor@tamarapatino.org>
date Mon Nov 03 08:23:10 2008 -0500 (2008-11-03)
parents
children
line source
1 $ \textbf{hg init main}
2 $ \textbf{cd main}
3 $ \textbf{echo 'This is a boring feature.' > myfile}
4 $ \textbf{hg commit -A -m 'We have reached an important milestone!'}
5 adding myfile