hgbook

view en/examples/tag.init.out @ 311:53e20c92b6b6

Added missing dot.
author Mariusz Mazur <mmazur@kernel.pl>
date Tue Aug 26 18:58:20 2008 +0200 (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