hgbook

view en/examples/branching.init.out @ 360:d4a0d7488a08

Merged jerojasro changes
author Igor TAmara <igor@tamarapatino.org>
date Sat Oct 25 17:29:33 2008 -0500 (2008-10-25)
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