hgbook

annotate en/examples/tag.init.out @ 480:4e2ebef2c9a4

corrected some typos
author Javier Rojas <jerojasro@devnull.li>
date Sun Jan 04 23:04:06 2009 -0500 (2009-01-04)
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