hgbook

view en/examples/tag.init.out @ 514:db12ab3b3b25

corrected some typos on the title page.

translated a couple of index entries
author Javier Rojas <jerojasro@devnull.li>
date Sun Jan 18 19:45:33 2009 -0500 (2009-01-18)
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