hgbook

view en/examples/branching.init.out @ 300:b0d1aec44945

Fix sample output for test 'tag'.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:56:16 2008 +0200 (2008-08-20)
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