hgbook

annotate en/examples/tag.init.out @ 529:e0e65bfe7776

corrected small typo
author Javier Rojas <jerojasro@devnull.li>
date Tue Jan 20 11:43:33 2009 -0500 (2009-01-20)
parents
children
rev   line source
bos@196 1 $ \textbf{hg init mytag}
bos@196 2 $ \textbf{cd mytag}
bos@196 3 $ \textbf{echo hello > myfile}
bos@196 4 $ \textbf{hg commit -A -m 'Initial commit'}
bos@196 5 adding myfile