hgbook

view en/examples/branching.init.out @ 229:0a20b03559bf

Most stable output of bisect example seems to have changed?
author Bryan O'Sullivan <bos@serpentine.com>
date Sat May 26 12:07:03 2007 -0700 (2007-05-26)
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