hgbook

annotate en/examples/branching.init.out @ 334:83790457e85b

modifications to generate the examples for the book
author jerojasro@localhost
date Sat Oct 18 12:07:16 2008 -0500 (2008-10-18)
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