hgbook

view en/examples/branching.init.out @ 354:11d7896cd2ac

Merging changes from jerojasro
author Igor TAmara <igor@tamarapatino.org>
date Wed Oct 22 01:51:33 2008 -0500 (2008-10-22)
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