hgbook

view en/examples/tag.init.out @ 319:1d277d6aa187

Merge
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Aug 26 14:14:24 2008 -0700 (2008-08-26)
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