hgbook

view en/examples/tag.init.out @ 268:ca475a9e2e59

Fix modified example.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Aug 31 12:48:44 2007 -0700 (2007-08-31)
parents
children
line source
1 $ \textbf{hg init mytag}
2 $ \textbf{cd mytag}
3 $ \textbf{echo hello > myfile}
4 $ \textbf{hg commit -A -m 'Initial commit'}
5 adding myfile