hgbook

view en/examples/tag.init.out @ 394:b286919e0d61

merged changes from Igor
author Javier Rojas <jerojasro@devnull.li>
date Mon Nov 03 21:04:25 2008 -0500 (2008-11-03)
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