hgbook

annotate en/examples/branching.init.out @ 228:50223e198614

Update output.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat May 26 12:04:52 2007 -0700 (2007-05-26)
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