hgbook

view en/examples/results/branching.init.out @ 563:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:37:47 2009 -0700 (2009-03-09)
parents en/examples/branching.init.out@5fc4a45c069f
children 0d5935744f87
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